Created
May 2, 2023 11:43
-
-
Save wannadrunk/451955bae0e6751d54c8d65ba5fb1b1d to your computer and use it in GitHub Desktop.
Revisions
-
wannadrunk created this gist
May 2, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #=== 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