move checks to function install_script() (#1045)

pull/1046/head
tteckster 2 years ago committed by GitHub
parent 0ddf5e2101
commit 36ca6fa9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ct/adguard-v5.sh
  2. 4
      ct/alpine-v5.sh
  3. 4
      ct/archlinux-v5.sh
  4. 4
      ct/audiobookshelf-v5.sh
  5. 4
      ct/autobrr-v5.sh
  6. 4
      ct/blocky-v5.sh
  7. 4
      ct/casaos-v5.sh
  8. 4
      ct/changedetection-v5.sh
  9. 4
      ct/cronicle-v5.sh
  10. 4
      ct/daemonsync-v5.sh
  11. 4
      ct/dashy-v5.sh
  12. 4
      ct/debian-v5.sh
  13. 4
      ct/deconz-v5.sh
  14. 4
      ct/deluge-v5.sh
  15. 4
      ct/devuan-v5.sh
  16. 4
      ct/docker-v5.sh
  17. 4
      ct/emby-v5.sh
  18. 4
      ct/emqx-v5.sh
  19. 4
      ct/esphome-v5.sh
  20. 4
      ct/grafana-v5.sh
  21. 4
      ct/grocy-v5.sh
  22. 4
      ct/heimdalldashboard-v5.sh
  23. 4
      ct/homeassistant-core-v5.sh
  24. 4
      ct/homeassistant-v5.sh
  25. 4
      ct/homebridge-v5.sh
  26. 4
      ct/homepage-v5.sh
  27. 4
      ct/homer-v5.sh
  28. 4
      ct/hyperion-v5.sh
  29. 4
      ct/influxdb-v5.sh
  30. 4
      ct/iobroker-v5.sh
  31. 4
      ct/jellyfin-v5.sh
  32. 4
      ct/k0s-v5.sh
  33. 4
      ct/kavita-v5.sh
  34. 4
      ct/keycloak-v5.sh
  35. 4
      ct/lidarr-v5.sh
  36. 4
      ct/magicmirror-v5.sh
  37. 4
      ct/mariadb-v5.sh
  38. 4
      ct/meshcentral-v5.sh
  39. 4
      ct/motioneye-v5.sh
  40. 4
      ct/mqtt-v5.sh
  41. 4
      ct/n8n-v5.sh
  42. 4
      ct/navidrome-v5.sh
  43. 4
      ct/nextcloudpi-v5.sh
  44. 4
      ct/nginxproxymanager-v5.sh
  45. 4
      ct/nocodb-v5.sh
  46. 4
      ct/node-red-v5.sh
  47. 4
      ct/omada-v5.sh
  48. 4
      ct/omv-v5.sh
  49. 4
      ct/openhab-v5.sh
  50. 4
      ct/paperless-ngx-v5.sh
  51. 4
      ct/photoprism-v5.sh
  52. 4
      ct/pihole-v5.sh
  53. 4
      ct/plex-v5.sh
  54. 4
      ct/podman-homeassistant-v5.sh
  55. 4
      ct/podman-v5.sh
  56. 4
      ct/postgresql-v5.sh
  57. 4
      ct/prometheus-v5.sh
  58. 4
      ct/prowlarr-v5.sh
  59. 4
      ct/radarr-v5.sh
  60. 4
      ct/readarr-v5.sh
  61. 4
      ct/rockylinux-v5.sh
  62. 4
      ct/sabnzbd-v5.sh
  63. 4
      ct/scrypted-v5.sh
  64. 4
      ct/shinobi-v5.sh
  65. 4
      ct/sonarr-v5.sh
  66. 4
      ct/syncthing-v5.sh
  67. 4
      ct/tdarr-v5.sh
  68. 4
      ct/technitiumdns-v5.sh
  69. 4
      ct/transmission-v5.sh
  70. 4
      ct/trilium-v5.sh
  71. 4
      ct/ubuntu-v5.sh
  72. 4
      ct/umbrel-v5.sh
  73. 4
      ct/unifi-v5.sh
  74. 4
      ct/uptimekuma-v5.sh
  75. 4
      ct/vaultwarden-v5.sh
  76. 4
      ct/whisparr-v5.sh
  77. 4
      ct/whoogle-v5.sh
  78. 4
      ct/wikijs-v5.sh
  79. 4
      ct/wireguard-v5.sh
  80. 4
      ct/yunohost-v5.sh
  81. 4
      ct/zigbee2mqtt-v5.sh
  82. 4
      ct/zwave-js-ui-v5.sh

@ -326,6 +326,8 @@ function advanced_settings() {
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -363,8 +365,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -323,6 +323,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -342,8 +344,6 @@ apk upgrade &>/dev/null
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ pacman -Sy archlinux-keyring && pacman -Su
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -325,6 +325,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -355,8 +357,6 @@ msg_ok "Started ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -335,6 +335,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -355,8 +357,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -324,6 +324,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -392,8 +394,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -372,8 +374,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -323,6 +323,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -342,8 +344,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -334,6 +334,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -352,8 +354,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -335,6 +335,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -365,8 +367,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -352,8 +354,6 @@ msg_ok "Started ESPHome"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ msg_ok "Updated ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -425,8 +427,6 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -329,6 +329,8 @@ function advanced_settings() {
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -420,8 +422,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -337,6 +337,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -420,8 +422,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -352,8 +354,6 @@ systemctl start homepage
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -365,8 +367,6 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -337,6 +337,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -355,8 +357,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -325,6 +325,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -344,8 +346,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -348,8 +350,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -324,6 +324,8 @@ function advanced_settings() {
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -357,8 +359,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -455,8 +457,6 @@ msg_ok "Cleaned"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -349,8 +351,6 @@ msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -381,8 +383,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -335,6 +335,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ function install_script() {
advanced_settings
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -414,8 +416,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -325,6 +325,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -367,8 +369,6 @@ msg_ok "Started PhotoPrism"
msg_ok "Update Successful"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -336,6 +336,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -365,8 +367,6 @@ bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master
exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -330,6 +330,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -397,8 +399,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ pacman -Sy archlinux-keyring && pacman -Su
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -335,6 +335,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -356,8 +358,6 @@ pm2 restart cron
msg_ok "Updated Shinobi LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -347,8 +349,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -408,8 +410,6 @@ fi
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -365,8 +367,6 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -331,6 +331,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -349,8 +351,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -335,6 +335,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -353,8 +355,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -346,8 +348,6 @@ msg_ok "Updated ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -363,8 +365,6 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -414,8 +416,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -323,6 +323,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -342,8 +344,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -345,8 +347,6 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -359,8 +361,6 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -401,8 +403,6 @@ exit
fi
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -322,6 +322,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -341,8 +343,6 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -327,6 +327,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -392,8 +394,6 @@ start_zigbee2mqtt
echo "Done!"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

@ -326,6 +326,8 @@ function advanced_settings() {
fi
}
function install_script() {
ARCH_CHECK
PVE_CHECK
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
header_info
echo -e "${BL}Using Default Settings${CL}"
@ -359,8 +361,6 @@ msg_ok "Cleaned"
msg_ok "Updated Successfully!\n"
exit
}
ARCH_CHECK
PVE_CHECK
header_info
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi

Loading…
Cancel
Save