Skip to content

Commit 96cb9b3

Browse files
committed
bump tp latest nodejs versions for armv6
1 parent e6d4756 commit 96cb9b3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deb/update-nodejs-and-nodered

100755100644
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/
2626
tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
2727
tgta18=18.20.8 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2828
tgtl18=18.20.8 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29-
tgta20=20.20.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30-
tgtl20=20.20.0 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
31-
tgta22=22.22.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
29+
tgta20=20.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30+
tgtl20=20.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
31+
tgta22=22.22.2 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
3232
tgtl22=None
3333
tgta24=None
3434
tgtl24=None
@@ -878,11 +878,11 @@ case $yn in
878878
fi
879879
if [ ! -f $file ]; then
880880
echo " "
881-
elif ! diff -q /usr/lib/node_modules/node-red/settings.js $file &>/dev/null 2>&1 ; then
881+
elif ! diff -q -w --suppress-common-lines /usr/lib/node_modules/node-red/settings.js $file &>/dev/null 2>&1 ; then
882882
echo " "
883883
echo "Just FYI : Your settings.js file is different from the latest defaults."
884884
echo "You may wish to run"
885-
echo " diff -y --suppress-common-lines /usr/lib/node_modules/node-red/settings.js $file"
885+
echo " diff -y -w --suppress-common-lines /usr/lib/node_modules/node-red/settings.js $file"
886886
echo "to compare them and see what the latest options are."
887887
echo " "
888888
fi

0 commit comments

Comments
 (0)