diff --git a/installer.sh b/installer.sh index 1ae7417..109c692 100644 --- a/installer.sh +++ b/installer.sh @@ -4,6 +4,8 @@ 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!" + ARCH=$(uname -m) DOCKER_BINARY=/usr/bin/docker DOCKER_REPO=homeassistant