docs: update instructions for installing Node.js

This commit is contained in:
Starbeamrainbowlabs 2020-12-12 13:06:33 +00:00
parent 7f73ae995a
commit d61bf02da7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 5 deletions

View File

@ -164,13 +164,13 @@ sudo mysql
**username** and **password** will be your dbUser and dbPassword which you need to access the database and **username** and **password** will be your dbUser and dbPassword which you need to access the database and
place in the settings files for dbLoader.py and the Air Quality Map. place in the settings files for dbLoader.py and the Air Quality Map.
## Update Node-Red & NPM ## Update Node & NPM
``` ```
cd $HOME; echo "deb https://apt.starbeamrainbowlabs.com/ ./ # apt.starbeamrainbowlabs.com" | sudo tee /etc/apt/sources.list.d/sbrl.list
curl -OL https://gitlab.com/sbrl/bin/raw/master/node-update; sudo curl -sSL https://apt.starbeamrainbowlabs.com/aptosaurus.asc -o /etc/apt/trusted.gpg.d/sbrl-aptosaurus.asc;
chmod +x node-update; sudo apt update
./node-update sudo apt install nodejs-sbrl
``` ```