Remove confirmation as it breaks piped runs (#101)

This commit is contained in:
Franck Nijhof 2020-06-09 20:43:23 +02:00 committed by GitHub
parent ace0dc758b
commit 128dfdefc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "Home Assistant as a VM or run Home Assistant Core"
warn "via a Docker container." warn "via a Docker container."
warn "" 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) ARCH=$(uname -m)
DOCKER_BINARY=/usr/bin/docker DOCKER_BINARY=/usr/bin/docker