-
Update:
sudo apt update -
Upgrade:
sudo apt dist-upgrade -
Follow any prompts.
-
Clean up:
sudo apt clean -
Reboot:
sudo reboot
-
Make a backup for your Unifi Controller.
-
Find the neweste software build for Debian/Ubuntu Linix at: Unifi Download and copy the direct url (ex: https://dl.ui.com/unifi/5.12.35/unifi_sysvinit_all.deb)
-
From the terminal via ssh or directly from your Raspberry Pi, download the unifi package with.
wget *Inset the direct url*ex: wget https://dl.ui.com/unifi/5.12.35/unifi_sysvinit_all.deb -
Install the package.
sudo dpkg -i unifi_sysvinit_all.deb -
Reboot.
sudo reboot