Add additional services
diff --git a/scripts/Unix/initial-setup.sh b/scripts/Unix/initial-setup.sh
index 4c0f78c..89a630c 100755
--- a/scripts/Unix/initial-setup.sh
+++ b/scripts/Unix/initial-setup.sh
@@ -124,7 +124,7 @@
 cd ..
 
 # REM initialize permitted-feign-client
-git clone 'https://github.com'$githubAccount'/permitted-feign-client.git'
+git clone 'https://github.com/'$githubAccount'/permitted-feign-client.git'
 cd permitted-feign-client
 git remote add upstream https://github.com/mifosio/permitted-feign-client.git
 git checkout develop
@@ -221,6 +221,36 @@
 
 cd ..
 
+# REM initialize deposit
+git clone 'https://github.com/'$githubAccount'/deposit-account-management.git'
+cd deposit-account-management
+git remote add upstream https://github.com/mifosio/deposit-account-management.git
+git checkout develop
+chmod +x gradlew
+./gradlew publishToMavenLocal
+
+cd ..
+
+# REM initialize teller
+git clone 'https://github.com/'$githubAccount'/teller.git'
+cd teller
+git remote add upstream https://github.com/mifosio/teller.git
+git checkout develop
+chmod +x gradlew
+./gradlew publishToMavenLocal
+
+cd ..
+
+# REM initialize reporting
+git clone 'https://github.com/'$githubAccount'/reporting.git'
+cd reporting
+git remote add upstream https://github.com/mifosio/reporting.git
+git checkout develop
+chmod +x gradlew
+./gradlew publishToMavenLocal
+
+cd ..
+
 mkdir integration-tests
 cd integration-tests
 
@@ -273,4 +303,4 @@
 git checkout develop
 npm i
 
-cd ..
\ No newline at end of file
+cd ..