Merge pull request #1 from armbian/warning

Change OS checking from error to warning
This commit is contained in:
Igor
2025-04-19 13:03:36 +02:00
committed by GitHub
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!"