- Download the desired application update from community.ui.com/releases.
- SSH into your device.
- Run the following command :
unifi-os shell
- Remove previously installed files:
rm /tmp/unifi_sysvinit_all.deb &> /dev/null
- Store the new application version on your device using the download link:
curl -o "/tmp/unifi_sysvinit_all.deb" <network application link.deb>
- Example:
curl -o "/tmp/unifi_sysvinit_all.deb" https://dl.ui.com/unifi/6.2.26-a79cb15f05/unifi_sysvinit_all.deb
- Once downloaded, install the new version:
apt-get install -y /tmp/unifi_sysvinit_all.deb
- Following installation, remove the downloaded file:
rm /tmp/unifi_sysvinit_all.deb
Leave a Reply