sattle on node 8.9.0

pull/155/head
Yossi 2017-12-15 12:10:12 +02:00
parent ca1fa6909e
commit 27f2b4d447
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ sudo apt-get install libav-tools -y
# Install Node
echo "========== Installing Node ============"
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.9.0.sh | bash
echo "========== Installing pip ============"
sudo apt-get install python-pip -y