Skip to content

Commit 810320b

Browse files
authored
Merge pull request #1 from armbian/warning
Change OS checking from error to warning
2 parents f595114 + 80ab675 commit 810320b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant-supervised/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pre-Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd
77
Depends: bluez, cifs-utils, nfs-common, iproute2
88
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
99
Homepage: https://www.home-assistant.io/
10-
Description: Home Assistant Supervised
10+
Description: Home Assistant Supervised Armbian patched
1111
This installation method provides the full Home Assistant experience on a regular operating system.
1212
This means, all components from the Home Assistant method are used, except for the Home Assistant Operating System.
1313
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.

homeassistant-supervised/DEBIAN/preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ done
2626

2727
if [[ $os_supported == false ]]; then
2828
if [[ $BYPASS_OS_CHECK != "true" ]]; then
29-
error "${CURRENT_OS} is not supported!"
29+
warn "${CURRENT_OS} is not supported!"
3030
fi
3131
warn "Bypassing OS check..."
3232
warn "${CURRENT_OS} is not supported!"

0 commit comments

Comments
 (0)