From 5d01e900b31d1e4da1b358ea10c05ed58f0e0daa Mon Sep 17 00:00:00 2001 From: cociweb Date: Wed, 5 Jan 2022 12:27:14 +0100 Subject: [PATCH] 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 --- homeassistant-supervised/DEBIAN/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant-supervised/DEBIAN/control b/homeassistant-supervised/DEBIAN/control index b3ad81b..fc9a0b4 100755 --- a/homeassistant-supervised/DEBIAN/control +++ b/homeassistant-supervised/DEBIAN/control @@ -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 Homepage: https://www.home-assistant.io/ Description: Home Assistant Supervised