replace node install script

pull/155/head
Yossi 2017-12-15 10:06:13 +02:00
parent 571e8d9450
commit ca1fa6909e
1 changed files with 2 additions and 3 deletions

View File

@ -115,9 +115,8 @@ sudo apt-get install libav-tools -y
# Install Node
echo "========== Installing Node ============"
sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/master/Install-Node.sh | bash;
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
echo "========== Installing pip ============"
sudo apt-get install python-pip -y