Bump PVE version to 8.4

This commit is contained in:
tremor021 2025-04-10 00:09:07 +02:00
parent f9ccc2c5db
commit fc5eb86b52

View File

@ -514,7 +514,7 @@ while true; do
esac
done
if ! pveversion | grep -Eq "pve-manager/8\.[0-3](\.[0-9]+)*"; then
if ! pveversion | grep -Eq "pve-manager/8\.[0-4](\.[0-9]+)*"; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "⚠️ Requires Proxmox Virtual Environment Version 8.0 or later."
msg_error "Exiting..."