Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Last active August 17, 2021 01:05
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 ryanburnette/0ff9993e7b3feb052709c5a572344c62 to your computer and use it in GitHub Desktop.
Save ryanburnette/0ff9993e7b3feb052709c5a572344c62 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install --yes ca-certificates apt-transport-https wget
echo 'deb https://www.ui.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.ui.com/unifi/unifi-repo.gpg
sudo apt update
sudo apt install --yes openjdk-8-jre-headless unifi
service unifi stop
rm /etc/ssl/certs/java/cacerts &> /dev/null; update-ca-certificates -f
service unifi start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment