mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-core-v5.sh
This commit is contained in:
parent
2c51908557
commit
030c4927e7
|
@ -325,6 +325,7 @@ function advanced_settings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_script() {
|
function install_script() {
|
||||||
|
ARCH_CHECK
|
||||||
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||||
header_info
|
header_info
|
||||||
echo -e "${BL}Using Default Settings${CL}"
|
echo -e "${BL}Using Default Settings${CL}"
|
||||||
|
@ -418,7 +419,6 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
clear
|
clear
|
||||||
ARCH_CHECK
|
|
||||||
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
|
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
|
||||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||||
if [ "$CT_TYPE" == "1" ]; then
|
if [ "$CT_TYPE" == "1" ]; then
|
||||||
|
|
Loading…
Reference in New Issue