homebridge/homebridge-raspbian-image

hb-config - "UniFi Controller" disappeared

OwlBawl opened this issue · 4 comments

Problem:
Using UniFi controller installed via "Extra Packages" in hb-config section.
Wanted to update version - and suddenly figured out it just disappeared from there....
Any way to restore it? Can't update UniFi controller now...

Screenshots:
Screenshot 2022-05-12 at 15 38 46

Environment:

  • Homebridge Raspberry Pi Image Version: 1.0.26
  • Node.js Version: 16.15.0
  • NPM Version: 8.8.0
  • Homebridge Version: 1.4.1
  • Homebridge Config UI X Plugin Version: 4.43.3
oznu commented

The installer was removed as it had issues on the current builds.

You can run this to update:

sudo apt update
sudo apt install unifi

is it OK to use
sudo apt update & apt upgrade
on this image build?

oznu commented

You can use apt upgrade at your own risk 😄

How can I safely remove the UniFi controller after is have been removed from the image?
Just by using sudo apt purge unifi?

Should I be aware of anything else?