Skip to content

Commit 7081cb5

Browse files
committed
bump nodejs versions
1 parent 850e765 commit 7081cb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deb/update-nodejs-and-nodered

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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.4 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2828
tgtl18=18.20.4 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29-
tgta20=20.15.1 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30-
tgtl20=20.15.1 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29+
tgta20=20.17.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30+
tgtl20=20.17.0 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
3131

3232
usage() {
3333
cat << EOL
@@ -202,7 +202,7 @@ if [ "$EUID" == "0" ]; then
202202
else
203203
groups "$USER" | grep -q '\bsudo\b' && GRS="Y" || GRS="N"
204204
if [[ "$GRS" == "N" ]]; then
205-
echo "User $NODERED_USER not in sudoers group. Exiting"
205+
echo "User $USER not in sudoers group. Exiting"
206206
exit 1;
207207
fi
208208
fi

0 commit comments

Comments
 (0)