File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/
2626tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
2727tgta18=18.20.8 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2828tgtl18=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/
3232tgtl22=None
3333tgta24=None
3434tgtl24=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
You can’t perform that action at this time.
0 commit comments