armbian / os

Armbian operating system rolling releases provides automated nightly builds of maintained targets
https://github.com/armbian/os/wiki
GNU General Public License v3.0
143 stars 60 forks source link

Fixed missing dependency for Home Assistant extension #214

Closed NeoTheFox closed 3 months ago

NeoTheFox commented 3 months ago

homeassistant-supervised fails to install without network-manager dependency

igorpecovnik commented 3 months ago

https://github.com/armbian/build/pull/6756 https://docs.armbian.com/User-Guide_Networking/ You need to use normal CLI image (MINIMAL=no which comes with Network Manager), but there is another problem https://github.com/armbian/build/issues/6773 which we are working on.

igorpecovnik commented 3 months ago

Found the problem.

https://github.com/armbian/build/issues/6773