mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Update to Node 5.11
This commit is contained in:
parent
87aa887b2f
commit
ae86090a03
@ -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 ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user