From e8ff5b6540b34963f989ac5d12ae337c81f4993f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 10 Jun 2023 21:50:20 -0400 Subject: [PATCH] Update pve8-install.sh tweak --- misc/pve8-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pve8-install.sh b/misc/pve8-install.sh index 0c45f6ff..e2786205 100644 --- a/misc/pve8-install.sh +++ b/misc/pve8-install.sh @@ -115,7 +115,7 @@ EOF ;; esac - CHOICE=$(whiptail --title "PVE8 TEST" --menu "The 'pvetest' repository can give advanced users access to new features and updates before they are officially released.\n \nAdd (Disabled) 'pvetest' repository?" 14 58 2 \ + CHOICE=$(whiptail --title "PVE8 TEST" --menu "The 'pvetest' repository can give advanced users access to new features and updates before they are officially released.\n \nAdd 'pvetest' repository?" 14 58 2 \ "yes" " " \ "no" " " 3>&2 2>&1 1>&3) case $CHOICE in