From 8927a665543c1ca36d493eab175129ca60610d71 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:52:29 +0100 Subject: [PATCH] Update tools/pve/update-apps.sh Co-authored-by: Chris --- tools/pve/update-apps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index e9e91d640..fd02b8261 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -40,6 +40,9 @@ var_skip_confirm="${var_skip_confirm:-no}" # Options: "yes" | "no" | "" (empty = interactive prompt) var_auto_reboot="${var_auto_reboot:-}" +# var_tags: Optionally override the tags used for auto-detection +# Options: "community-script|proxmox-helper-scripts" (default) +var_tags="${var_tags:-community-script|proxmox-helper-scripts}" # ============================================================================= # JSON CONFIG EXPORT # Run with --export-config to output current configuration as JSON