You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deb/update-nodejs-and-nodered
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/
26
26
tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
27
27
tgta18=18.20.8 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
28
28
tgtl18=18.20.8 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29
-
tgta20=20.19.5# need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30
-
tgtl20=20.19.5# need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29
+
tgta20=20.19.6# need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30
+
tgtl20=20.19.6# need x86 latest from https://unofficial-builds.nodejs.org/download/release/
31
31
tgta22=22.21.1 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
32
32
tgtl22=None
33
33
tgta24=None
@@ -578,7 +578,7 @@ case $yn in
578
578
# curl -sSL https://deb.nodesource.com/setup_$NODE_VERSION.x | $SUDOE bash - 2>&1 | $SUDO tee -a /var/log/nodered-install.log >>/dev/null
579
579
echo"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_VERSION.x nodistro main"|$SUDOE tee -a /etc/apt/sources.list.d/nodesource.list >>/dev/null
580
580
$SUDO apt-get update 2>&1|$SUDO tee -a /var/log/nodered-install.log >>/dev/null
581
-
if$SUDO apt install -y nodejs 2>&1|$SUDO tee -a /var/log/nodered-install.log >>/dev/null;then CHAR=$TICK;else CHAR=$CROSS;fi
581
+
if$SUDO apt install -y nodejs/nodistro2>&1|$SUDO tee -a /var/log/nodered-install.log >>/dev/null;then CHAR=$TICK;else CHAR=$CROSS;fi
0 commit comments