Created
May 12, 2023 02:30
-
-
Save RickyVaughn2/e4015c23d4392341cc84ec5234f9d5ab to your computer and use it in GitHub Desktop.
setup node-red
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\ | |
sudo apt-get install -y nodejs | |
sudo apt install build-essential git curl | |
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment