install latest nodeJS

pull/155/head
Yossi 2017-12-14 18:11:41 +02:00
parent 5b218b7a73
commit 571e8d9450
1 changed files with 1 additions and 4 deletions

View File

@ -115,10 +115,7 @@ sudo apt-get install libav-tools -y
# Install Node
echo "========== Installing Node ============"
sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
sudo rm /home/node_latest_armhf.deb
sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/master/Install-Node.sh | bash;