Skip to content

Instantly share code, notes, and snippets.

@drhirsch
Created September 5, 2016 16:31
Show Gist options
  • Save drhirsch/c3c4ebaf7882498b17324c00bc16333e to your computer and use it in GitHub Desktop.
Save drhirsch/c3c4ebaf7882498b17324c00bc16333e to your computer and use it in GitHub Desktop.
Ubiquiti Unifi on Ubuntu 16.04
#!/bin/bash
echo "deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti" > /etc/apt/sources.list.d/ubnt.list
apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50
apt-get update
apt-get install unifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment