mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
checksum debug info
This commit is contained in:
@@ -78,6 +78,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
echo "FAIL: The checksum of node-$VERSION-$DISTRO.tar.xz is NOT ${CHECKSUM}"
|
echo "FAIL: The checksum of node-$VERSION-$DISTRO.tar.xz is NOT ${CHECKSUM}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "OK CHECKSUM of nodeJS is OK"
|
||||||
|
sleep 3
|
||||||
|
|
||||||
# install
|
# install
|
||||||
sudo mkdir -p /usr/local/lib/nodejs
|
sudo mkdir -p /usr/local/lib/nodejs
|
||||||
|
Reference in New Issue
Block a user