From 2172a2031ae02b8c8fa7e78b019954dc06b66e9f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 20:21:24 -0500 Subject: [PATCH] Update homeassistant-core-v5.sh --- ct/homeassistant-core-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index ce077d53..45dc9abb 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -317,7 +317,7 @@ function install_script() { function update_script() { PY=$(ls /srv/homeassistant/lib/) IP=$(hostname -I | awk '{print $1}') - 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" "Initialize" OFF \ "2" "Update Core" ON \ "3" "Install HACS" OFF \