Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created February 19, 2018 19:16
Show Gist options
  • Save divanvisagie/b8d34f04742d1af40cac77f1c525519b to your computer and use it in GitHub Desktop.
Save divanvisagie/b8d34f04742d1af40cac77f1c525519b to your computer and use it in GitHub Desktop.
Orange Pi Zero (Medium Post) 2
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