Björn Fries 1 year ago
parent
commit
64d5ec81ee
3 changed files with 6 additions and 6 deletions
  1. 2 2
      ct/homeassistant-core.sh
  2. 2 2
      ct/homeassistant.sh
  3. 2 2
      ct/podman-homeassistant.sh

+ 2 - 2
ct/homeassistant-core.sh

@@ -96,12 +96,12 @@ function update_script() {
     exit
     exit
   fi
   fi
   if [ "$UPD" == "2" ]; then
   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 update &>/dev/null
     apt install unzip &>/dev/null
     apt install unzip &>/dev/null
     cd .homeassistant
     cd .homeassistant
     bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null
     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"
     echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n"
     exit
     exit
   fi
   fi

+ 2 - 2
ct/homeassistant.sh

@@ -88,12 +88,12 @@ function update_script() {
     exit
     exit
   fi
   fi
   if [ "$UPD" == "3" ]; then
   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 update &>/dev/null
     apt install unzip &>/dev/null
     apt install unzip &>/dev/null
     cd /var/lib/docker/volumes/hass_config/_data
     cd /var/lib/docker/volumes/hass_config/_data
     bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null
     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"
     echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n"
     exit
     exit
   fi
   fi

+ 2 - 2
ct/podman-homeassistant.sh

@@ -85,12 +85,12 @@ if [ "$UPD" == "1" ]; then
   exit
   exit
 fi
 fi
 if [ "$UPD" == "2" ]; then
 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 update &>/dev/null
   apt install unzip &>/dev/null
   apt install unzip &>/dev/null
   cd /var/lib/containers/storage/volumes/hass_config/_data
   cd /var/lib/containers/storage/volumes/hass_config/_data
   bash <(curl -fsSL https://get.hacs.xyz) &>/dev/null
   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"
   echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integration.\n"
   exit
   exit
 fi
 fi