3 Commits
2.9.8 ... 2.9.9

Author SHA1 Message Date
Igor
810320b654 Merge pull request #1 from armbian/warning
Change OS checking from error to warning
2025-04-19 13:03:36 +02:00
Igor Pecovnik
80ab675c81 Add information to the package that its changed by Armbian 2025-04-19 12:57:21 +02:00
Igor Pecovnik
fcffa01302 Change OS checking from error to warning
This allows installation on Debian derivatives
2025-04-19 12:56:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <https://mathesonsteplock.ca/>
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.

View File

@@ -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!"