Update installer.sh

This commit is contained in:
Pascal Vizeli 2020-05-08 23:06:16 +02:00 committed by GitHub
parent 093309e53d
commit 1f30d124ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ set -e
function error { echo -e "[Error] $*"; exit 1; } function error { echo -e "[Error] $*"; exit 1; }
function warn { echo -e "[Warning] $*"; } 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) ARCH=$(uname -m)
DOCKER_BINARY=/usr/bin/docker DOCKER_BINARY=/usr/bin/docker
DOCKER_REPO=homeassistant DOCKER_REPO=homeassistant