You've already forked supervised-installer
mirror of
https://github.com/armbian/supervised-installer.git
synced 2026-01-06 12:31:12 -08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
810320b654 | ||
|
|
80ab675c81 | ||
|
|
fcffa01302 |
@@ -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.
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user