From 632918f5087448d9e8d235d6a236e62e61e448a8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 12 Aug 2020 16:13:23 +0200 Subject: [PATCH] Fix installer --- installer.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/installer.sh b/installer.sh index f783275..5f927f7 100644 --- a/installer.sh +++ b/installer.sh @@ -4,9 +4,6 @@ set -e function error { echo -e "[Error] $*"; exit 1; } function warn { echo -e "[Warning] $*"; } -warn "This installer is no longer supported." -warn "" -warn "Home Assistant might work today, tomorrow maybe not." warn "" warn "If you want more control over your own system, run" warn "Home Assistant as a VM or run Home Assistant Core" @@ -32,8 +29,8 @@ command -v jq > /dev/null 2>&1 || error "Please install jq first" command -v curl > /dev/null 2>&1 || error "Please install curl first" command -v avahi-daemon > /dev/null 2>&1 || error "Please install avahi first" command -v dbus-daemon > /dev/null 2>&1 || error "Please install dbus first" -command -v nmcli > /dev/null 2>&1 || warn "No NetworkManager support on host." -command -v apparmor_parser > /dev/null 2>&1 || warn "No AppArmor support on host." +command -v nmcli > /dev/null 2>&1 || error "No NetworkManager support on host." +command -v apparmor_parser > /dev/null 2>&1 || error "No AppArmor support on host." # Check if Modem Manager is enabled