If you have a controller on a Linux box, use the following commands to update the system and install the new update
1 2 3 4 5 6 7 8 9 |
sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y #https://www.ui.com/download/unifi/ #SOFTWARE #UniFi Network Application 6.5.55 for Debian/Ubuntu Linux and UniFi Cloud Key wget https://dl.ui.com/unifi/6.5.55/unifi_sysvinit_all.deb sudo dpkg -i unifi_sysvinit_all.deb sudo reboot |