File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Both of the following commands use sudo (root) access to install Node-RED global
77The command line for installing on a Debian based OS is:
88
99```
10- bash <(curl -sL https://raw.githubusercontent. com/node-red/linux-installers/master/deb/ update-nodejs-and-nodered)
10+ bash <(curl -sL https://github. com/node-red/linux-installers/releases/latest/download/ update-nodejs-and-nodered-deb )
1111```
1212
1313you should ensure you have the build tools installed if you are going to install extra nodes.
@@ -24,13 +24,13 @@ There are lots of command line options available - add ` --help` to the end of t
2424The command line for installing on a RPM based OS is:
2525
2626```
27- bash <(curl -sL https://raw.githubusercontent. com/node-red/linux-installers/master/rpm/ update-nodejs-and-nodered)
27+ bash <(curl -sL https://github. com/node-red/linux-installers/releases/latest/download/ update-nodejs-and-nodered-rpm )
2828```
2929
3030Change e.g. set the system user and open the firewall :
3131
3232``` bash
33- curl -sL https://raw.githubusercontent. com/node-red/linux-installers/master/rpm/ update-nodejs-and-nodered \
33+ curl -sL https://github. com/node-red/linux-installers/releases/latest/download/ update-nodejs-and-nodered-rpm \
3434 | bash -s --nodered-user=nodered --open-firewall
3535```
3636
@@ -46,7 +46,7 @@ Command Line options:
4646
4747Or by use of the environment variables e.g. to set service user:
4848``` bash
49- NODERED_USER=nodered bash <( curl -sL https://raw.githubusercontent. com/node-red/linux-installers/master/rpm/ update-nodejs-and-nodered)
49+ NODERED_USER=nodered bash <( curl -sL https://github. com/node-red/linux-installers/releases/latest/download/ update-nodejs-and-nodered-rpm )
5050```
5151
5252Environment variables, please note that the program command line options takes precedence:
You can’t perform that action at this time.
0 commit comments