Created
February 19, 2018 19:16
-
-
Save divanvisagie/b8d34f04742d1af40cac77f1c525519b to your computer and use it in GitHub Desktop.
Orange Pi Zero (Medium Post) 2
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
echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list | |
sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ubnt.com/unifi/unifi-repo.gpg | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install unifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment