mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +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 ***"
|
echo "*** Install NodeJS $VERSION-$DISTRO ***"
|
||||||
|
|
||||||
# download
|
# download
|
||||||
|
cd /home/admin/download
|
||||||
wget https://nodejs.org/dist/$VERSION/node-$VERSION-$DISTRO.tar.xz
|
wget https://nodejs.org/dist/$VERSION/node-$VERSION-$DISTRO.tar.xz
|
||||||
# checksum
|
# checksum
|
||||||
isChecksumValid=$(sha256sum node-$VERSION-$DISTRO.tar.xz | grep -c "${CHECKSUM}")
|
isChecksumValid=$(sha256sum node-$VERSION-$DISTRO.tar.xz | grep -c "${CHECKSUM}")
|
||||||
|
Reference in New Issue
Block a user