From 6a132e0305f0065d4fe2fb19990d6a9f92a4d901 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 20:43:08 -0500 Subject: [PATCH] Update homeassistant-v5.sh --- ct/homeassistant-v5.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index 2979ae73..01b3ec40 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -320,7 +320,7 @@ function install_script() { fi } function update_script() { -UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 15 58 4 \ + UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \ "1" "Update ALL Containers" ON \ "2" "Remove ALL Unused Images" OFF \ "3" "Install HACS" OFF \ @@ -353,8 +353,6 @@ msg_ok "Removed ALL Unused Images" exit fi if [ "$UPD" == "3" ]; then -clear -header_info msg_info "Installing Home Assistant Comunity Store (HACS)" apt update &>/dev/null apt install unzip &>/dev/null @@ -365,8 +363,6 @@ echo -e "\n Reboot Home Assistant and clear browser cache then Add HACS integrat exit fi if [ "$UPD" == "4" ]; then -clear -header_info IP=$(hostname -I | awk '{print $1}') msg_info "Installing FileBrowser" curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null