From 1f61edd4fe3f345ba364472902fc648c8030e622 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 8 Dec 2015 22:35:13 -0600 Subject: [PATCH] Added commands to clone other repos --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.sh b/setup.sh index 6ad5437..b6b2add 100644 --- a/setup.sh +++ b/setup.sh @@ -120,6 +120,12 @@ cd ~/setup # sudo service hostapd start # sudo service isc-dhcp-server start +cd ~/src +git clone https://patrickjmcd@bitbucket.org/poconsole/datalogger.git +git clone https://patrickjmcd@bitbucket.org/poconsole/www.git +git clone https://patrickjmcd@bitbucket.org/poconsole/filemanager.git + + echo "Setup Complete!" cd ~