Update homeassistant-core-v5.sh

pull/930/head
tteckster 2 years ago committed by GitHub
parent 8de8fdddb5
commit 277a0df943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,8 +317,8 @@ function update_script() {
IP=$(hostname -I | awk '{print $1}') IP=$(hostname -I | awk '{print $1}')
UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 3 \ UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 3 \
"1" "Initialize" OFF \ "1" "Initialize" OFF \
"2" "Update" ON \ "2" "Update Core" ON \
"3" "HACS" OFF \ "3" "Install HACS" OFF \
3>&1 1>&2 2>&3) 3>&1 1>&2 2>&3)
if [ "$UPD" == "1" ]; then if [ "$UPD" == "1" ]; then

Loading…
Cancel
Save

Powered by BW's shoe-string budget.