From 0bba55b6e9ece7fd29309590c7d3bf997654f071 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 9 May 2020 02:32:01 -0700 Subject: [PATCH] Extend warning (#100) * Extend warning * Clarify how to quit --- installer.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 109c692..ce10ad1 100644 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,17 @@ set -e function error { echo -e "[Error] $*"; exit 1; } function warn { echo -e "[Warning] $*"; } -warn "This way to run Home Assistant is carfully and should be only used if the OS is not possible to run!" +warn "This installer of Home Assistant is for experts only!" +warn "" +warn "This method is not supported by the Home Assistant team." +warn "You need to solve any issue you run into while installing" +warn "or updating Home Assistant yourself." +warn "" +warn "If you got this installer from a tutorial, you're probably" +warn "not expert enough." +warn "" +warn "Press any key to continue or control + c to quit" +read ARCH=$(uname -m) DOCKER_BINARY=/usr/bin/docker