Enhance PostgreSQL testing script
diff --git a/scripts/Unix/postgres-setup-lite.sh b/scripts/Unix/postgres-setup-lite.sh
index ec2cba6..a3f4928 100755
--- a/scripts/Unix/postgres-setup-lite.sh
+++ b/scripts/Unix/postgres-setup-lite.sh
@@ -19,7 +19,7 @@
 
 #!/usr/bin/env bash
 
-githubAccount=$1
+#githubAccount=$1
 
 # REM create core folder
 mkdir -p core
@@ -28,7 +28,7 @@
 get_modules() {
   for module in $@
   do
-    git clone https://github.com/$githubAccount/$module.git -b develop
+    git clone https://github.com/apache/$module.git -b develop
     cd $module
     git remote add upstream https://github.com/apache/$module.git
     # For some reason permission gets denied
@@ -41,7 +41,7 @@
 get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-postgresql fineract-cn-command
 
 # REM clone fineract-cn-test FINCN-114
-git clone https://github.com/$githubAccount/fineract-cn-test.git -b FINCN-114
+git clone https://github.com/Izakey/fineract-cn-test.git -b FINCN-114
 cd fineract-cn-test
 git remote add upstream https://github.com/apache/fineract-cn-test.git
 chmod +x gradlew
@@ -56,7 +56,7 @@
 cd tools
 
 # REM initialize fineract-cn-crypto
-git clone https://github.com/$githubAccount/fineract-cn-crypto.git -b develop
+git clone https://github.com/Izakey/fineract-cn-crypto.git
 cd fineract-cn-crypto
 git remote add upstream https://github.com/apache/fineract-cn-crypto.git
 chmod +x gradlew
@@ -69,7 +69,7 @@
 get_modules fineract-cn-anubis fineract-cn-identity fineract-cn-permitted-feign-client
 
 # REM clone fineract-cn-provisioner FINCN-129
-git clone https://github.com/$githubAccount/fineract-cn-provisioner.git -b FINCN-129
+git clone https://github.com/Izakey/fineract-cn-provisioner.git -b FINCN-129
 cd fineract-cn-provisioner
 git remote add upstream https://github.com/apache/fineract-cn-provisioner.git
 chmod +x gradlew
@@ -77,7 +77,7 @@
 cd ..
 
 # REM clone fineract-cn-rhythm FINCN-115
-git clone https://github.com/$githubAccount/fineract-cn-rhythm.git -b FINCN-115
+git clone https://github.com/Izakey/fineract-cn-rhythm.git -b FINCN-115
 cd fineract-cn-rhythm
 git remote add upstream https://github.com/apache/fineract-cn-rhythm.git
 chmod +x gradlew
@@ -85,7 +85,7 @@
 cd ..
 
 # REM clone fineract-cn-template FINCN-120
-git clone https://github.com/$githubAccount/fineract-cn-template.git -b FINCN-120
+git clone https://github.com/Izakey/fineract-cn-template.git -b FINCN-120
 cd fineract-cn-template
 git remote add upstream https://github.com/apache/fineract-cn-template.git
 chmod +x gradlew
@@ -93,7 +93,7 @@
 cd ..
 
 # REM clone fineract-cn-office FINCN-117
-git clone https://github.com/$githubAccount/fineract-cn-office.git -b FINCN-117
+git clone https://github.com/Izakey/fineract-cn-office.git -b FINCN-117
 cd fineract-cn-office
 git remote add upstream https://github.com/apache/fineract-cn-office.git
 chmod +x gradlew
@@ -101,7 +101,7 @@
 cd ..
 
 # REM clone fineract-cn-customer FINCN-116
-git clone https://github.com/$githubAccount/fineract-cn-customer.git -b FINCN-116
+git clone https://github.com/Izakey/fineract-cn-customer.git -b FINCN-116
 cd fineract-cn-customer
 git remote add upstream https://github.com/apache/fineract-cn-customer.git
 chmod +x gradlew
@@ -112,7 +112,7 @@
 cd integration-tests
 
 # REM clone fineract-cn-service-starter FINCN-140
-git clone https://github.com/$githubAccount/fineract-cn-service-starter.git -b FINCN-140
+git clone https://github.com/Izakey/fineract-cn-service-starter.git -b FINCN-140
 cd fineract-cn-service-starter
 git remote add upstream https://github.com/apache/fineract-cn-service-starter.git
 chmod +x gradlew
@@ -120,7 +120,7 @@
 cd ..
 
 # REM clone fineract-cn-demo-server FINCN-141
-git clone https://github.com/$githubAccount/fineract-cn-demo-server.git -b FINCN-141
+git clone https://github.com/Izakey/fineract-cn-demo-server.git -b FINCN-141
 cd fineract-cn-demo-server
 git remote add upstream https://github.com/apache/fineract-cn-demo-server.git
 chmod +x gradlew
@@ -128,7 +128,7 @@
 cd ..
 
 # REM initialize Web App
-git clone https://github.com/$githubAccount/fineract-cn-fims-web-app.git
+git clone https://github.com/apache/fineract-cn-fims-web-app.git
 cd fineract-cn-fims-web-app
 git remote add upstream https://github.com/apache/fineract-cn-fims-web-app.git
 npm i