Skip to content

Commit e2892bd

Browse files
committed
Update readme with urls from releases from #59
1 parent 219358a commit e2892bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Both of the following commands use sudo (root) access to install Node-RED global
77
The 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

1313
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
2424
The 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

3030
Change 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

4747
Or 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

5252
Environment variables, please note that the program command line options takes precedence:

0 commit comments

Comments
 (0)