Added commands to clone other repos

This commit is contained in:
Patrick McDonagh
2015-12-08 22:35:13 -06:00
parent 85f2b9fa7b
commit 1f61edd4fe

View File

@@ -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 ~