Created
May 2, 2023 11:43
-
-
Save wannadrunk/451955bae0e6751d54c8d65ba5fb1b1d to your computer and use it in GitHub Desktop.
UniFi Controller on Debian based.
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
#=== Unifi Controller === | |
# Add this line to apt source list | |
deb http://archive.raspbian.org/raspbian stretch main contrib non-free rpi | |
# add key | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E | |
# download installer | |
wget https://dl.ui.com/unifi/7.3.83/unifi_sysvinit_all.deb | |
# run the installer | |
sudo apt install openjdk-8-jre-headless jsvc libcommons-daemon-java -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment