mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
nodejs: specify download path
This commit is contained in:
@@ -57,6 +57,7 @@ if [ ${nodeJSInstalled} -eq 0 ]; then
|
||||
echo "*** Install NodeJS $VERSION-$DISTRO ***"
|
||||
|
||||
# download
|
||||
cd /home/admin/download
|
||||
wget https://nodejs.org/dist/$VERSION/node-$VERSION-$DISTRO.tar.xz
|
||||
# checksum
|
||||
isChecksumValid=$(sha256sum node-$VERSION-$DISTRO.tar.xz | grep -c "${CHECKSUM}")
|
||||
|
Reference in New Issue
Block a user