diff --git a/setup.sh b/setup.sh index b6b2add..f97ed42 100644 --- a/setup.sh +++ b/setup.sh @@ -97,10 +97,7 @@ echo "Setting up POConsole software" mkdir ~/src mkdir ~/.aws cp config ~/.aws/ -cp checkCurrentVersion.py ~/src/ -python ~/src/checkCurrentVersion.py True -cd ~/src/www -npm install + cd ~/setup # echo "Setting up Wifi Access Point and DHCP Server" @@ -125,6 +122,8 @@ 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 +cd ~/src/www +npm install echo "Setup Complete!"