Last active
August 24, 2020 20:39
-
-
Save miketrebilcock/907e3fa716bdd99d67f4d5aa73654f21 to your computer and use it in GitHub Desktop.
OrangePi Install Script
This file contains 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
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