Skip to content

Commit

Permalink
Update to Node 5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich committed Apr 22, 2016
1 parent 87aa887 commit ae86090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/raspberry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
echo "Installing helper tools ..."
sudo apt-get install curl wget build-essential unzip || exit
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.

echo "Installing Latest Node.js ..."
Expand Down

0 comments on commit ae86090

Please sign in to comment.