Skip to content

Commit b526d0b

Browse files
committed
Update raspberrypi.md
1 parent 871b666 commit b526d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started/raspberrypi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Pi, and other platforms running a Debian based OS. The script can also be
1414
used to upgrade an existing install when a new release is available.
1515

1616
Running the following command will download and run the script. If you want
17-
to review the contents of the script first, you can view it [on Github](https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered).
17+
to review the contents of the script first, you can view it [on Github](https://raw.githubusercontent.com/node-red/linux-installers/master/deb/install-update-nodered).
1818

1919
```
20-
bash <(curl -sL https://github.com/node-red/linux-installers/releases/latest/download/update-nodejs-and-nodered-deb)
20+
bash <(curl -sL https://github.com/node-red/linux-installers/releases/latest/download/install-update-nodered)
2121
```
2222

2323
There are extra parameters you can pass to the script. Add <code> --help</code> to the end of the above command to see them.

0 commit comments

Comments
 (0)