Update build.func

Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later.
This commit is contained in:
tteckster 2024-02-06 10:29:47 -05:00 committed by GitHub
parent 2ce1c183f4
commit 5bbfe8812e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ pve_check() {
fi
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])"; then
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher"
echo -e "Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later."
echo -e "Exiting..."
sleep 2
exit