From 1f30d124ef7d0ee84b45d1772cb5c1e4a94c67b8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 8 May 2020 23:06:16 +0200 Subject: [PATCH] Update installer.sh --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) 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