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.

Revisions

  1. wannadrunk created this gist May 2, 2023.
    12 changes: 12 additions & 0 deletions UnifiController.txt
    Original 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