I’m running the Unify controller software on the Raspberry Pi.
For some reason, I encountered an error message when updating my Linux operating system via the sudo apt-get update command:
E: Repository 'https://dl.ubnt.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-6.0' to 'unifi-6.1'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Here is how I solved this:
sudo apt-get upgrade -y
Entering this command started to upgrade unify 6.0 to 6.1 on my Raspberry device.
sudo apt-get update –allow-releaseinfo-change
sudo apt-get update && sudo apt-get install unifi -y
none of these worked, nothing to update. 6.2 to 6.5
VLK’s suggestion; sudo apt-get update –allow-releaseinfo-change does work
****Just note the double hyphen before allow****
sudo apt-get update –allow-releaseinfo-change
Unfortunately no longer works with 7.3 to 7.4 (incl double hyphen)