From 64d5ec81eeee2c09318228bbcef77e26f10459a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fries?= Date: Sun, 5 Nov 2023 22:52:56 +0100 Subject: [PATCH] Fix typo (#2007) --- ct/homeassistant-core.sh | 4 ++-- ct/homeassistant.sh | 4 ++-- ct/podman-homeassistant.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 7b14b802..f3929b14 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -96,12 +96,12 @@ function update_script() { exit fi if [ "$UPD" == "2" ]; then - msg_info "Installing Home Assistant Comunity Store (HACS)" + msg_info "Installing Home Assistant Community Store (HACS)" apt update &>/dev/null apt install unzip &>/dev/null cd .homeassistant bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null - msg_ok "Installed Home Assistant Comunity Store (HACS)" + msg_ok "Installed Home Assistant Community Store (HACS)" echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n" exit fi diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 3c1abf63..1298c150 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -88,12 +88,12 @@ function update_script() { exit fi if [ "$UPD" == "3" ]; then - msg_info "Installing Home Assistant Comunity Store (HACS)" + msg_info "Installing Home Assistant Community Store (HACS)" apt update &>/dev/null apt install unzip &>/dev/null cd /var/lib/docker/volumes/hass_config/_data bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null - msg_ok "Installed Home Assistant Comunity Store (HACS)" + msg_ok "Installed Home Assistant Community Store (HACS)" echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n" exit fi diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index aa473549..87b1ed72 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -85,12 +85,12 @@ if [ "$UPD" == "1" ]; then exit fi if [ "$UPD" == "2" ]; then - msg_info "Installing Home Assistant Comunity Store (HACS)" + msg_info "Installing Home Assistant Community Store (HACS)" apt update &>/dev/null apt install unzip &>/dev/null cd /var/lib/containers/storage/volumes/hass_config/_data bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null - msg_ok "Installed Home Assistant Comunity Store (HACS)" + msg_ok "Installed Home Assistant Community Store (HACS)" echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n" exit fi