Remove the os-agent from depends list and add it as a suggestion
resolves issues: https://github.com/home-assistant/supervised-installer/issues/185 https://github.com/home-assistant/os-agent/issues/57 https://github.com/home-assistant/os-agent/issues/63
This commit is contained in:
parent
089222313e
commit
5d01e900b3
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
Package: homeassistant-supervised
|
||||
Section: base
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd, os-agent
|
||||
Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd
|
||||
Suggests: os-agent
|
||||
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
|
||||
Homepage: https://www.home-assistant.io/
|
||||
Description: Home Assistant Supervised
|
||||
|
|
Loading…
Reference in a new issue