Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RickyVaughn2/e4015c23d4392341cc84ec5234f9d5ab to your computer and use it in GitHub Desktop.
Save RickyVaughn2/e4015c23d4392341cc84ec5234f9d5ab to your computer and use it in GitHub Desktop.
setup node-red
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