From 240b7dab2e2e489b9e1a7479e45ff9420488e2c2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 14 Feb 2022 08:16:34 -0500 Subject: [PATCH] Update ha_setup.sh --- setup/ha_setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/ha_setup.sh b/setup/ha_setup.sh index be05712d..43a6641a 100644 --- a/setup/ha_setup.sh +++ b/setup/ha_setup.sh @@ -96,10 +96,8 @@ docker run -d \ --net=host \ homeassistant/home-assistant:stable &>/dev/null -echo -e "${CHECKMARK} \e[1;92m Installing runlike... \e[0m" -pip3 install runlike &>/dev/null - echo -e "${CHECKMARK} \e[1;92m Creating Update-Containers Script... \e[0m" +pip3 install runlike &>/dev/null UPDATE_CONTAINERS_PATH='/root/update-containers.sh' cat >$UPDATE_CONTAINERS_PATH <<'EOF' #!/bin/bash