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
7
7
The command line for installing on a Debian based OS is:
8
8
9
9
```
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 )
11
11
```
12
12
13
13
you 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
24
24
The command line for installing on a RPM based OS is:
25
25
26
26
```
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 )
28
28
```
29
29
30
30
Change e.g. set the system user and open the firewall :
31
31
32
32
``` 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 \
34
34
| bash -s --nodered-user=nodered --open-firewall
35
35
```
36
36
@@ -46,7 +46,7 @@ Command Line options:
46
46
47
47
Or by use of the environment variables e.g. to set service user:
48
48
``` 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 )
50
50
```
51
51
52
52
Environment variables, please note that the program command line options takes precedence:
You can’t perform that action at this time.
0 commit comments