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 ~