From b81ef061615a4388f20ae198c787363503f7e69f Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Mon, 21 Aug 2023 21:06:31 -0400
Subject: [PATCH] Update post-pve-install.sh

tweak
---
 misc/post-pve-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh
index 7b1fcf7c..e8bc2567 100644
--- a/misc/post-pve-install.sh
+++ b/misc/post-pve-install.sh
@@ -102,7 +102,7 @@ EOF
   esac
 
   if [[ "${VERSION}" == "bookworm" ]]; then
-    CHOICE=$(whiptail --title "CEPH PACKAGE REPOSITORIES" --menu "The 'Ceph Package Repositories' provides access to both the 'no-subscription' and 'enterprise' repositories.\n \nEnable 'ceph package repositories?" 14 58 2 \
+    CHOICE=$(whiptail --title "CEPH PACKAGE REPOSITORIES" --menu "The 'Ceph Package Repositories' provides access to both the 'no-subscription'(enabled) and 'enterprise'(disabled) repositories.\n \nEnable 'ceph package repositories?" 14 58 2 \
       "yes" " " \
       "no" " " 3>&2 2>&1 1>&3)
     case $CHOICE in