diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index 74934552..844fd239 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -365,7 +366,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/alpine-v5.sh b/ct/alpine-v5.sh index 754f2e49..01242e04 100644 --- a/ct/alpine-v5.sh +++ b/ct/alpine-v5.sh @@ -325,6 +325,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -344,7 +345,6 @@ apk upgrade &>/dev/null msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/archlinux-v5.sh b/ct/archlinux-v5.sh index 23e9b352..f9154d57 100644 --- a/ct/archlinux-v5.sh +++ b/ct/archlinux-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ pacman -Sy archlinux-keyring && pacman -Su msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/audiobookshelf-v5.sh b/ct/audiobookshelf-v5.sh index 67b9743f..51f3fbe5 100644 --- a/ct/audiobookshelf-v5.sh +++ b/ct/audiobookshelf-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/autobrr-v5.sh b/ct/autobrr-v5.sh index 08754961..4f1ed7cd 100644 --- a/ct/autobrr-v5.sh +++ b/ct/autobrr-v5.sh @@ -327,6 +327,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -357,7 +358,6 @@ msg_ok "Started ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/blocky-v5.sh b/ct/blocky-v5.sh index d197e42a..bc869719 100644 --- a/ct/blocky-v5.sh +++ b/ct/blocky-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/casaos-v5.sh b/ct/casaos-v5.sh index 8bc4d337..8657add4 100644 --- a/ct/casaos-v5.sh +++ b/ct/casaos-v5.sh @@ -337,6 +337,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -357,7 +358,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$FUSE" == "yes" ]; then diff --git a/ct/changedetection-v5.sh b/ct/changedetection-v5.sh index c4b00088..4df5b5b3 100644 --- a/ct/changedetection-v5.sh +++ b/ct/changedetection-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/cronicle-v5.sh b/ct/cronicle-v5.sh index 6d87466f..7b1835c1 100644 --- a/ct/cronicle-v5.sh +++ b/ct/cronicle-v5.sh @@ -326,6 +326,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -394,7 +395,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/daemonsync-v5.sh b/ct/daemonsync-v5.sh index 70ffccbb..339180a7 100644 --- a/ct/daemonsync-v5.sh +++ b/ct/daemonsync-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/dashy-v5.sh b/ct/dashy-v5.sh index e81e0be1..9449b137 100644 --- a/ct/dashy-v5.sh +++ b/ct/dashy-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -374,7 +375,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index a42ebe1f..8819bc73 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/deconz-v5.sh b/ct/deconz-v5.sh index c0985471..0ba3f34f 100644 --- a/ct/deconz-v5.sh +++ b/ct/deconz-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/deluge-v5.sh b/ct/deluge-v5.sh index d249c084..49f23d87 100644 --- a/ct/deluge-v5.sh +++ b/ct/deluge-v5.sh @@ -325,6 +325,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -344,7 +345,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/devuan-v5.sh b/ct/devuan-v5.sh index c494a805..65b4e0ea 100644 --- a/ct/devuan-v5.sh +++ b/ct/devuan-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/docker-v5.sh b/ct/docker-v5.sh index 35a93d52..cc5e4797 100644 --- a/ct/docker-v5.sh +++ b/ct/docker-v5.sh @@ -336,6 +336,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -354,7 +355,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$FUSE" == "yes" ]; then diff --git a/ct/emby-v5.sh b/ct/emby-v5.sh index 022e8a4d..1874ee85 100644 --- a/ct/emby-v5.sh +++ b/ct/emby-v5.sh @@ -337,6 +337,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -367,7 +368,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/emqx-v5.sh b/ct/emqx-v5.sh index c5cd3d70..614b4045 100644 --- a/ct/emqx-v5.sh +++ b/ct/emqx-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/esphome-v5.sh b/ct/esphome-v5.sh index 3dda1671..91dbc0b5 100644 --- a/ct/esphome-v5.sh +++ b/ct/esphome-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -354,7 +355,6 @@ msg_ok "Started ESPHome" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/grafana-v5.sh b/ct/grafana-v5.sh index 9dc81a58..2662a04d 100644 --- a/ct/grafana-v5.sh +++ b/ct/grafana-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/grocy-v5.sh b/ct/grocy-v5.sh index 97ec5e40..9563990b 100644 --- a/ct/grocy-v5.sh +++ b/ct/grocy-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ msg_ok "Updated ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/heimdalldashboard-v5.sh b/ct/heimdalldashboard-v5.sh index ebbf5c09..6596aa0b 100644 --- a/ct/heimdalldashboard-v5.sh +++ b/ct/heimdalldashboard-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -427,7 +428,6 @@ msg_ok "Started ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index f60c6ff5..e3ada4d1 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -331,6 +331,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -422,7 +423,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index 5887793b..ee46dbe8 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -339,6 +339,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -422,7 +423,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$FUSE" == "yes" ]; then diff --git a/ct/homebridge-v5.sh b/ct/homebridge-v5.sh index caabb1f4..80634649 100644 --- a/ct/homebridge-v5.sh +++ b/ct/homebridge-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/homepage-v5.sh b/ct/homepage-v5.sh index 17d8197b..fae8323e 100644 --- a/ct/homepage-v5.sh +++ b/ct/homepage-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -354,7 +355,6 @@ systemctl start homepage msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/homer-v5.sh b/ct/homer-v5.sh index 9661e132..36c823ef 100644 --- a/ct/homer-v5.sh +++ b/ct/homer-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -367,7 +368,6 @@ msg_ok "Started ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/hyperion-v5.sh b/ct/hyperion-v5.sh index 4198119d..29c990c5 100644 --- a/ct/hyperion-v5.sh +++ b/ct/hyperion-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/influxdb-v5.sh b/ct/influxdb-v5.sh index 2a8151c3..ec9f8b24 100644 --- a/ct/influxdb-v5.sh +++ b/ct/influxdb-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/iobroker-v5.sh b/ct/iobroker-v5.sh index 398478a8..9e37fd2b 100644 --- a/ct/iobroker-v5.sh +++ b/ct/iobroker-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/jellyfin-v5.sh b/ct/jellyfin-v5.sh index 2332180d..51915187 100644 --- a/ct/jellyfin-v5.sh +++ b/ct/jellyfin-v5.sh @@ -339,6 +339,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -357,7 +358,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/k0s-v5.sh b/ct/k0s-v5.sh index 421e517b..e91106f2 100644 --- a/ct/k0s-v5.sh +++ b/ct/k0s-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/kavita-v5.sh b/ct/kavita-v5.sh index f3c2eebe..94bd161d 100644 --- a/ct/kavita-v5.sh +++ b/ct/kavita-v5.sh @@ -327,6 +327,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -346,7 +347,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/keycloak-v5.sh b/ct/keycloak-v5.sh index 2998f12f..b106d2c9 100644 --- a/ct/keycloak-v5.sh +++ b/ct/keycloak-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/lidarr-v5.sh b/ct/lidarr-v5.sh index 3f63d0d4..fe6acc9a 100644 --- a/ct/lidarr-v5.sh +++ b/ct/lidarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/magicmirror-v5.sh b/ct/magicmirror-v5.sh index d43b49c4..c6802492 100644 --- a/ct/magicmirror-v5.sh +++ b/ct/magicmirror-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -350,7 +351,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/mariadb-v5.sh b/ct/mariadb-v5.sh index f8604781..e56b6b44 100644 --- a/ct/mariadb-v5.sh +++ b/ct/mariadb-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/meshcentral-v5.sh b/ct/meshcentral-v5.sh index f34b8c82..1b16dc68 100644 --- a/ct/meshcentral-v5.sh +++ b/ct/meshcentral-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/motioneye-v5.sh b/ct/motioneye-v5.sh index 633c6a00..0017ab4d 100644 --- a/ct/motioneye-v5.sh +++ b/ct/motioneye-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/mqtt-v5.sh b/ct/mqtt-v5.sh index 312134fa..efe46ded 100644 --- a/ct/mqtt-v5.sh +++ b/ct/mqtt-v5.sh @@ -326,6 +326,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/n8n-v5.sh b/ct/n8n-v5.sh index 8533e434..c6828567 100644 --- a/ct/n8n-v5.sh +++ b/ct/n8n-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/navidrome-v5.sh b/ct/navidrome-v5.sh index ce73bc4c..bc6db67b 100644 --- a/ct/navidrome-v5.sh +++ b/ct/navidrome-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -359,7 +360,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/nextcloudpi-v5.sh b/ct/nextcloudpi-v5.sh index 86d2abdb..2afbaa12 100644 --- a/ct/nextcloudpi-v5.sh +++ b/ct/nextcloudpi-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/nginxproxymanager-v5.sh b/ct/nginxproxymanager-v5.sh index 0c91b4ff..aa9ca1a9 100644 --- a/ct/nginxproxymanager-v5.sh +++ b/ct/nginxproxymanager-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -457,7 +458,6 @@ msg_ok "Cleaned" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/nocodb-v5.sh b/ct/nocodb-v5.sh index 1248bb47..929112bd 100644 --- a/ct/nocodb-v5.sh +++ b/ct/nocodb-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -351,7 +352,6 @@ msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/node-red-v5.sh b/ct/node-red-v5.sh index 0f5dbf28..f5f1fba1 100644 --- a/ct/node-red-v5.sh +++ b/ct/node-red-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -383,7 +384,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/omada-v5.sh b/ct/omada-v5.sh index f0fe5e7b..ae6ad8a5 100644 --- a/ct/omada-v5.sh +++ b/ct/omada-v5.sh @@ -337,6 +337,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ PVE_CHECK advanced_settings fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/omv-v5.sh b/ct/omv-v5.sh index fc816afb..13b0bb86 100644 --- a/ct/omv-v5.sh +++ b/ct/omv-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/openhab-v5.sh b/ct/openhab-v5.sh index 936d9cfb..bb41242f 100644 --- a/ct/openhab-v5.sh +++ b/ct/openhab-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/paperless-ngx-v5.sh b/ct/paperless-ngx-v5.sh index 7c02f6f2..fa744442 100644 --- a/ct/paperless-ngx-v5.sh +++ b/ct/paperless-ngx-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -416,7 +417,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/photoprism-v5.sh b/ct/photoprism-v5.sh index c5421e36..4953243d 100644 --- a/ct/photoprism-v5.sh +++ b/ct/photoprism-v5.sh @@ -327,6 +327,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -369,7 +370,6 @@ msg_ok "Started PhotoPrism" msg_ok "Update Successful" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/pihole-v5.sh b/ct/pihole-v5.sh index e81072e6..b2b7db58 100644 --- a/ct/pihole-v5.sh +++ b/ct/pihole-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/plex-v5.sh b/ct/plex-v5.sh index ad63a59e..e7188938 100644 --- a/ct/plex-v5.sh +++ b/ct/plex-v5.sh @@ -338,6 +338,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -367,7 +368,6 @@ bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/podman-homeassistant-v5.sh b/ct/podman-homeassistant-v5.sh index 585fb563..c1ba384f 100644 --- a/ct/podman-homeassistant-v5.sh +++ b/ct/podman-homeassistant-v5.sh @@ -332,6 +332,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -399,7 +400,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/podman-v5.sh b/ct/podman-v5.sh index 3ba54738..0fa602e5 100644 --- a/ct/podman-v5.sh +++ b/ct/podman-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/postgresql-v5.sh b/ct/postgresql-v5.sh index bca3cb47..a8f24ded 100644 --- a/ct/postgresql-v5.sh +++ b/ct/postgresql-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/prometheus-v5.sh b/ct/prometheus-v5.sh index 687b8205..8d6b444f 100644 --- a/ct/prometheus-v5.sh +++ b/ct/prometheus-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/prowlarr-v5.sh b/ct/prowlarr-v5.sh index b0aadbb5..dec41aee 100644 --- a/ct/prowlarr-v5.sh +++ b/ct/prowlarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/radarr-v5.sh b/ct/radarr-v5.sh index 17f60707..70f6d794 100644 --- a/ct/radarr-v5.sh +++ b/ct/radarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/readarr-v5.sh b/ct/readarr-v5.sh index e8a323b0..e79a0e14 100644 --- a/ct/readarr-v5.sh +++ b/ct/readarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/rockylinux-v5.sh b/ct/rockylinux-v5.sh index aeb48aeb..56403ea1 100644 --- a/ct/rockylinux-v5.sh +++ b/ct/rockylinux-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ pacman -Sy archlinux-keyring && pacman -Su msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/sabnzbd-v5.sh b/ct/sabnzbd-v5.sh index 863ea945..d34674ca 100644 --- a/ct/sabnzbd-v5.sh +++ b/ct/sabnzbd-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/scrypted-v5.sh b/ct/scrypted-v5.sh index 1c950d52..acf11373 100644 --- a/ct/scrypted-v5.sh +++ b/ct/scrypted-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/shinobi-v5.sh b/ct/shinobi-v5.sh index 184f05d1..08aca23c 100644 --- a/ct/shinobi-v5.sh +++ b/ct/shinobi-v5.sh @@ -337,6 +337,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -358,7 +359,6 @@ pm2 restart cron msg_ok "Updated Shinobi LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/sonarr-v5.sh b/ct/sonarr-v5.sh index a887509c..47397bdd 100644 --- a/ct/sonarr-v5.sh +++ b/ct/sonarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/syncthing-v5.sh b/ct/syncthing-v5.sh index 2dd091c6..e6ad0979 100644 --- a/ct/syncthing-v5.sh +++ b/ct/syncthing-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -349,7 +350,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/tdarr-v5.sh b/ct/tdarr-v5.sh index 9d088413..d078ef54 100644 --- a/ct/tdarr-v5.sh +++ b/ct/tdarr-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/technitiumdns-v5.sh b/ct/technitiumdns-v5.sh index 80727dc5..374a8b32 100644 --- a/ct/technitiumdns-v5.sh +++ b/ct/technitiumdns-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -410,7 +411,6 @@ fi msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/transmission-v5.sh b/ct/transmission-v5.sh index f1f69af9..1e823bd0 100644 --- a/ct/transmission-v5.sh +++ b/ct/transmission-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/trilium-v5.sh b/ct/trilium-v5.sh index a52e0963..1a8818ff 100644 --- a/ct/trilium-v5.sh +++ b/ct/trilium-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -367,7 +368,6 @@ msg_ok "Started ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/ubuntu-v5.sh b/ct/ubuntu-v5.sh index 78a1d4bc..4c8eeff3 100644 --- a/ct/ubuntu-v5.sh +++ b/ct/ubuntu-v5.sh @@ -333,6 +333,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -351,7 +352,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/umbrel-v5.sh b/ct/umbrel-v5.sh index 75bb0d59..a0964a32 100644 --- a/ct/umbrel-v5.sh +++ b/ct/umbrel-v5.sh @@ -337,6 +337,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -355,7 +356,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated ${APP} LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$FUSE" == "yes" ]; then diff --git a/ct/unifi-v5.sh b/ct/unifi-v5.sh index e13aa3a9..08fc5a77 100644 --- a/ct/unifi-v5.sh +++ b/ct/unifi-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -348,7 +349,6 @@ msg_ok "Updated ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/uptimekuma-v5.sh b/ct/uptimekuma-v5.sh index 64c0a2eb..fc2b2662 100644 --- a/ct/uptimekuma-v5.sh +++ b/ct/uptimekuma-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -365,7 +366,6 @@ msg_ok "Started ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/vaultwarden-v5.sh b/ct/vaultwarden-v5.sh index 9eb335e9..e08c9440 100644 --- a/ct/vaultwarden-v5.sh +++ b/ct/vaultwarden-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -416,7 +417,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/whisparr-v5.sh b/ct/whisparr-v5.sh index 912b2df8..64b76ebf 100644 --- a/ct/whisparr-v5.sh +++ b/ct/whisparr-v5.sh @@ -325,6 +325,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -344,7 +345,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/whoogle-v5.sh b/ct/whoogle-v5.sh index 2713bc4b..a5e65954 100644 --- a/ct/whoogle-v5.sh +++ b/ct/whoogle-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -347,7 +348,6 @@ msg_ok "Updated ${APP} LXC" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/wikijs-v5.sh b/ct/wikijs-v5.sh index 1ed58c5a..b69e504c 100644 --- a/ct/wikijs-v5.sh +++ b/ct/wikijs-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -361,7 +362,6 @@ msg_ok "Started ${APP}" msg_ok "Update Successfull" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/wireguard-v5.sh b/ct/wireguard-v5.sh index 4738f193..c18bf9f6 100644 --- a/ct/wireguard-v5.sh +++ b/ct/wireguard-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -403,7 +404,6 @@ exit fi } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/yunohost-v5.sh b/ct/yunohost-v5.sh index d73d52c9..bc234a6c 100644 --- a/ct/yunohost-v5.sh +++ b/ct/yunohost-v5.sh @@ -324,6 +324,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -343,7 +344,6 @@ apt-get -y upgrade &>/dev/null msg_ok "Updated $APP LXC" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/zigbee2mqtt-v5.sh b/ct/zigbee2mqtt-v5.sh index 879efc0a..71465d15 100644 --- a/ct/zigbee2mqtt-v5.sh +++ b/ct/zigbee2mqtt-v5.sh @@ -329,6 +329,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -394,7 +395,6 @@ start_zigbee2mqtt echo "Done!" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then diff --git a/ct/zwave-js-ui-v5.sh b/ct/zwave-js-ui-v5.sh index d5e8b421..1e4dd191 100644 --- a/ct/zwave-js-ui-v5.sh +++ b/ct/zwave-js-ui-v5.sh @@ -328,6 +328,7 @@ function advanced_settings() { function install_script() { ARCH_CHECK PVE_CHECK +header_info if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -361,7 +362,6 @@ msg_ok "Cleaned" msg_ok "Updated Successfully!\n" exit } -header_info if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then