From 78346cda46b7f7923dc67bf4954d2c6091913c92 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 6 Apr 2016 16:20:34 +0200 Subject: [PATCH] Update latest version. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14250b38..e6a91c72 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ # and then download and run MagicMirror2. sudo apt-get install curl wget build-essential unzip || exit ARM=$(uname -m) # Determine which Pi is running. -NODE_LATEST="v5.10.0" # Set the latest version here. +NODE_LATEST="v5.10.1" # Set the latest version here. DOWNLOAD_URL="https://nodejs.org/dist/latest/node-$NODE_LATEST-linux-$ARM.tar.gz" # Construct the download URL. wget $DOWNLOAD_URL || exit # Download the file given. tar xvf node-$NODE_LATEST-linux-$ARM.tar.gz || exit