From 128dfdefc800be60cdc2c8039068ea62b074ac72 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Jun 2020 20:43:23 +0200 Subject: [PATCH] Remove confirmation as it breaks piped runs (#101) --- installer.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installer.sh b/installer.sh index 3f4b0c5..f783275 100644 --- a/installer.sh +++ b/installer.sh @@ -12,13 +12,6 @@ warn "If you want more control over your own system, run" warn "Home Assistant as a VM or run Home Assistant Core" warn "via a Docker container." warn "" -echo 'Please typ "not supported" to continue this installation' -read x -if [ "$x" != "not supported" ] -then - echo "OK, bye!" - exit 1 -fi ARCH=$(uname -m) DOCKER_BINARY=/usr/bin/docker