Adds script to update LXC services from the host (#643)

This commit is contained in:
Rémi Bédard-Couture
2025-07-05 07:57:40 -04:00
committed by GitHub
parent 04ff0917f3
commit 3f4b39e8eb
2 changed files with 153 additions and 29 deletions

View File

@@ -1100,6 +1100,10 @@ start() {
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func)
if command -v pveversion >/dev/null 2>&1; then
install_script
elif [ ! -z ${PHS_SILENT+x} ] && [[ "${PHS_SILENT}" == "1" ]]; then
VERBOSE="no"
set_std_mode
update_script
else
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
"Support/Update functions for ${APP} LXC. Choose an option:" \