From 3964789ca383023a3eb11a2bf86527942cef6bd9 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sat, 23 Dec 2023 04:54:55 -0500
Subject: [PATCH] Update build.func

tweak
---
 misc/build.func | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/build.func b/misc/build.func
index 5656561d5..01805961d 100644
--- a/misc/build.func
+++ b/misc/build.func
@@ -66,7 +66,7 @@ check_root() {
 # This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported.
 pve_check() {
   if [ $(pveversion | grep "pve-manager/8" | wc -l) -ne 1 ]; then
-    whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "Proxmox VE 7 Detected" "You are currently using Proxmox VE 7, refrain from creating Debian 12 LXCs due to differences in locale parameters. \n Default distribution for $APP LXC is ${var_os} ${var_version}" 10 58
+    whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "Proxmox VE 7 Detected" "You are currently using Proxmox VE 7 (Debian 11), refrain from creating Debian 12 LXCs. \nDefault distribution for $APP LXC is ${var_os} ${var_version}" 10 60
   fi
   if ! pveversion | grep -Eq "pve-manager/(7\.[0-9]|8\.[0-9])"; then
     echo -e "${CROSS} This version of Proxmox Virtual Environment is not supported"