mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-08-08 17:23:35 +02:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
@@ -92,7 +92,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
npm7installed=$(npm -v 2>/dev/null | grep -c "7.")
|
npm7installed=$(npm -v 2>/dev/null | grep -c "7.")
|
||||||
if ! [ ${npm7installed} -eq 0 ]; then
|
if [ ${npm7installed} -eq 0 ]; then
|
||||||
# needed for RTL
|
# needed for RTL
|
||||||
# https://github.blog/2021-02-02-npm-7-is-now-generally-available/
|
# https://github.blog/2021-02-02-npm-7-is-now-generally-available/
|
||||||
echo "# Update npm to v7"
|
echo "# Update npm to v7"
|
||||||
|
Reference in New Issue
Block a user