diff --git a/homeassistant-supervised/DEBIAN/control b/homeassistant-supervised/DEBIAN/control index 026279f..8d4a2ab 100755 --- a/homeassistant-supervised/DEBIAN/control +++ b/homeassistant-supervised/DEBIAN/control @@ -7,7 +7,7 @@ Pre-Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd Depends: bluez, cifs-utils, nfs-common, iproute2 Maintainer: Matheson Steplock Homepage: https://www.home-assistant.io/ -Description: Home Assistant Supervised +Description: Home Assistant Supervised Armbian patched This installation method provides the full Home Assistant experience on a regular operating system. This means, all components from the Home Assistant method are used, except for the Home Assistant Operating System. This system will run the Home Assistant Supervisor. The Supervisor is not just an application, it is a full appliance that manages the whole system. diff --git a/homeassistant-supervised/DEBIAN/preinst b/homeassistant-supervised/DEBIAN/preinst index d20e9c1..d269f1e 100755 --- a/homeassistant-supervised/DEBIAN/preinst +++ b/homeassistant-supervised/DEBIAN/preinst @@ -26,7 +26,7 @@ done if [[ $os_supported == false ]]; then if [[ $BYPASS_OS_CHECK != "true" ]]; then - error "${CURRENT_OS} is not supported!" + warn "${CURRENT_OS} is not supported!" fi warn "Bypassing OS check..." warn "${CURRENT_OS} is not supported!"