Skip to content

Instantly share code, notes, and snippets.

@wannadrunk
Created May 2, 2023 11:43
Show Gist options
  • Save wannadrunk/451955bae0e6751d54c8d65ba5fb1b1d to your computer and use it in GitHub Desktop.
Save wannadrunk/451955bae0e6751d54c8d65ba5fb1b1d to your computer and use it in GitHub Desktop.
UniFi Controller on Debian based.
#=== 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