Skip to content

Instantly share code, notes, and snippets.

@miketrebilcock
Last active August 24, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miketrebilcock/907e3fa716bdd99d67f4d5aa73654f21 to your computer and use it in GitHub Desktop.
Save miketrebilcock/907e3fa716bdd99d67f4d5aa73654f21 to your computer and use it in GitHub Desktop.
OrangePi Install Script
apt update
apt upgrade
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt -y install nodejs
## https://diyprojects.io/orange-pi-review-opi-gpio-package-node-red-node-red-contrib-opi-gpio/#.X0QkspNKjmE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment