pull/155/head
Yossi 2017-01-25 16:23:35 +02:00
parent c8eb87671f
commit ccef2885e8
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ cd /home
# Install dependencies
echo "========== Update Aptitude ==========="
sudo apt-get update -y
# sudo apt-get update -y
# sudo apt-get upgrade
echo "========== Installing build-essential ============"
@ -101,7 +101,7 @@ echo "========== Installing Node ============"
sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
sudo rm /node_latest_armhf.deb
sudo rm /home/node_latest_armhf.deb
# TODO: Add a test if openCV was installed correctly