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-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ tgta18=18.20.8 # need armv6l latest from https://unofficial-builds.nodejs.org/
28
28
tgtl18=18.20.8 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29
29
tgta20=20.19.5 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30
30
tgtl20=20.19.5 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
31
-
tgta22=22.21.0# need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
31
+
tgta22=22.21.1# need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
32
32
tgtl22=None
33
33
tgta24=None
34
34
tgtl24=None
@@ -732,6 +732,8 @@ case $yn in
732
732
$SUDO sed -i 's#=512#='$mem'#;'${SYSTEMDFILE}.temp
733
733
$SUDO sed -i 's#^User=.*#User='$NODERED_USER'#;s#^Group=.*#Group='$NODERED_GROUP'#;s#^WorkingDirectory=.*#WorkingDirectory='$NODERED_HOME'#;s#^EnvironmentFile=-.*#EnvironmentFile=-'$NODERED_HOME'/.node-red/environment#;'${SYSTEMDFILE}.temp
0 commit comments