From 3df59fffdefa65a8301e9af1a6ef39caecf4c023 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 14 Aug 2020 09:51:03 +0200 Subject: [PATCH] Cleanup --- installer.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer.sh b/installer.sh index 8357bfb..637cb1c 100644 --- a/installer.sh +++ b/installer.sh @@ -112,10 +112,6 @@ case $ARCH in ;; esac -if [ -z "${HOMEASSISTANT_DOCKER}" ]; then - error "Found no Home Assistant Docker images for this host!" -fi - if [[ ! "intel-nuc odroid-c2 odroid-n2 odroid-xu qemuarm qemuarm-64 qemux86 qemux86-64 raspberrypi raspberrypi2 raspberrypi3 raspberrypi4 raspberrypi3-64 raspberrypi4-64 tinker" = *"${MACHINE}"* ]]; then error "Unknown machine type ${MACHINE}!" fi