mirror of https://github.com/tteck/Proxmox.git
header_info
This commit is contained in:
parent
9c0da7be1e
commit
2d9b1880fb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue