Skip to content

Commit bed7545

Browse files
committed
bump nodejs versions for 32bit
1 parent 4253f63 commit bed7545

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deb/update-nodejs-and-nodered

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ tgta14=14.21.3 # need armv6l latest from https://unofficial-builds.nodejs.org/
2424
tgtl14=14.21.3 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
2525
tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2626
tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
27-
tgta18=18.20.4 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
28-
tgtl18=18.20.4 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29-
tgta20=20.18.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30-
tgtl20=20.18.0 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
27+
tgta18=18.20.6 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
28+
tgtl18=18.20.6 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29+
tgta20=20.18.3 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30+
tgtl20=20.18.3 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
3131

3232
usage() {
3333
cat << EOL

resources/nodered.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ EnvironmentFile=-/home/pi/.node-red/environment
2222
# uncomment next line if you need to wait for time sync before starting
2323
#ExecStartPre=/bin/bash -c '/bin/journalctl -b -u systemd-timesyncd | /bin/grep -q "systemd-timesyncd.* Synchronized to time server"'
2424

25-
ExecStart=/usr/bin/env node-red-pi $NODE_OPTIONS $NODE_RED_OPTIONS
26-
#ExecStart=/usr/bin/env node $NODE_OPTIONS red.js $NODE_RED_OPTIONS
25+
ExecStart=/usr/bin/env node-red-pi $NODE_OPTIONS -- $NODE_RED_OPTIONS
26+
#ExecStart=/usr/bin/env node $NODE_OPTIONS red.js -- $NODE_RED_OPTIONS
2727
# Use SIGINT to stop
2828
KillSignal=SIGINT
2929
# Auto restart on crash

0 commit comments

Comments
 (0)