Update to Node 5.11

This commit is contained in:
Michael Teeuw 2016-04-22 19:21:50 +02:00
parent 87aa887b2f
commit ae86090a03

View File

@ -18,7 +18,7 @@
echo "Installing helper tools ..." echo "Installing helper tools ..."
sudo apt-get install curl wget build-essential unzip || exit sudo apt-get install curl wget build-essential unzip || exit
ARM=$(uname -m) # Determine which Pi is running. ARM=$(uname -m) # Determine which Pi is running.
NODE_LATEST="v5.10.1" # Set the latest version here. NODE_LATEST="v5.11.0" # Set the latest version here.
DOWNLOAD_URL="https://nodejs.org/dist/latest/node-$NODE_LATEST-linux-$ARM.tar.gz" # Construct the download URL. DOWNLOAD_URL="https://nodejs.org/dist/latest/node-$NODE_LATEST-linux-$ARM.tar.gz" # Construct the download URL.
echo "Installing Latest Node.js ..." echo "Installing Latest Node.js ..."