Created
September 4, 2020 18:28
-
-
Save red-avtovo/e8130b1bbccaa8c0aa8ef8de509f8ae7 to your computer and use it in GitHub Desktop.
Install UniFi controller on Linux
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
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