mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 04:29:41 +00:00
Update latest version.
This commit is contained in:
parent
c547ab4570
commit
78346cda46
@ -16,7 +16,7 @@
|
|||||||
# and then download and run MagicMirror2.
|
# and then download and run MagicMirror2.
|
||||||
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.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.
|
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.
|
wget $DOWNLOAD_URL || exit # Download the file given.
|
||||||
tar xvf node-$NODE_LATEST-linux-$ARM.tar.gz || exit
|
tar xvf node-$NODE_LATEST-linux-$ARM.tar.gz || exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user