Last active
August 17, 2021 01:05
-
-
Save ryanburnette/0ff9993e7b3feb052709c5a572344c62 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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