Adds script to update LXC services from the host, allowing to automatically increase resources if needed to build the service

This commit is contained in:
Rémi Bédard-Couture
2025-06-28 12:40:57 -04:00
parent c7c07f0e21
commit 3428070a09
2 changed files with 188 additions and 0 deletions

View File

@@ -1096,6 +1096,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:" \