Skip to content

Instantly share code, notes, and snippets.

@red-avtovo
Created September 4, 2020 18:28
Show Gist options
  • Save red-avtovo/e8130b1bbccaa8c0aa8ef8de509f8ae7 to your computer and use it in GitHub Desktop.
Save red-avtovo/e8130b1bbccaa8c0aa8ef8de509f8ae7 to your computer and use it in GitHub Desktop.
Install UniFi controller on Linux
echo "Input version number to install [e.g. 5.4.23]:"
read version
wget http://dl.ui.com/unifi/$version/unifi_sysvinit_all.deb -O unifi_$version\_sysvinit_all.deb
sudo apt install -f ./unifi_$version\_sysvinit_all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment