header_info

This commit is contained in:
tteckster 2023-02-11 20:03:51 -05:00 committed by GitHub
parent 9c0da7be1e
commit 2d9b1880fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
82 changed files with 82 additions and 82 deletions

View File

@ -363,9 +363,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -342,9 +342,9 @@ apk upgrade &>/dev/null
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ pacman -Sy archlinux-keyring && pacman -Su
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -355,9 +355,9 @@ msg_ok "Started ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -355,9 +355,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$FUSE" == "yes" ]; then

View File

@ -345,9 +345,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -392,9 +392,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -372,9 +372,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -342,9 +342,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -352,9 +352,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$FUSE" == "yes" ]; then

View File

@ -365,9 +365,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -352,9 +352,9 @@ msg_ok "Started ESPHome"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ msg_ok "Updated ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -425,9 +425,9 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -420,9 +420,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -420,9 +420,9 @@ exit
fi
}
header_info
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
if [ "$FUSE" == "yes" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -352,9 +352,9 @@ systemctl start homepage
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -365,9 +365,9 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -355,9 +355,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -344,9 +344,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -348,9 +348,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -357,9 +357,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -455,9 +455,9 @@ msg_ok "Cleaned"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -349,9 +349,9 @@ msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -381,9 +381,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ function install_script() {
advanced_settings
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -414,9 +414,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -367,9 +367,9 @@ msg_ok "Started PhotoPrism"
msg_ok "Update Successful"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -365,9 +365,9 @@ bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master
exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -397,9 +397,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ pacman -Sy archlinux-keyring && pacman -Su
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -356,9 +356,9 @@ pm2 restart cron
msg_ok "Updated Shinobi LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -347,9 +347,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -408,9 +408,9 @@ fi
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -365,9 +365,9 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -349,9 +349,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -353,9 +353,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}
header_info
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
if [ "$FUSE" == "yes" ]; then

View File

@ -346,9 +346,9 @@ msg_ok "Updated ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -363,9 +363,9 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -414,9 +414,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -342,9 +342,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -345,9 +345,9 @@ msg_ok "Updated ${APP} LXC"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -359,9 +359,9 @@ msg_ok "Started ${APP}"
msg_ok "Update Successfull"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -401,9 +401,9 @@ exit
fi
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -341,9 +341,9 @@ apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -392,9 +392,9 @@ start_zigbee2mqtt
echo "Done!"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then

View File

@ -359,9 +359,9 @@ msg_ok "Cleaned"
msg_ok "Updated Successfully!\n"
exit
}
header_info
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
if [ "$CT_TYPE" == "1" ]; then