From d325c039448c4ae4563da657cb5f422307cc0a36 Mon Sep 17 00:00:00 2001 From: "Marco C." <46560192+Marcondiro@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:51:33 +0200 Subject: [PATCH] Improve command description for disabling pve-enterprise repo (#16020) The "disable" option description stated "Comment out (disable) this repo" but the implementation uses `Enabled: false` (deb822 format) instead of commenting. Update description to better reflect the action. --- tools/pve/post-pve-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index 40607d2a2..0931eaa5f 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -300,7 +300,7 @@ EOF --title "PVE-ENTERPRISE" \ --menu "'pve-enterprise' repository already exists.\n\nWhat do you want to do?" 14 58 2 \ "keep" "Keep as is" \ - "disable" "Comment out (disable) this repo" \ + "disable" "Disable this repo (set Enabled: false)" \ "delete" "Delete this repo file" \ 3>&2 2>&1 1>&3) case $CHOICE in