This commit is contained in:
MickLesk
2026-05-26 10:52:46 +02:00
parent 6e81aff07e
commit 3f1df3f763
4 changed files with 391 additions and 10 deletions

View File

@@ -141,7 +141,7 @@ function check_root() {
function pve_check() {
if ! pveversion | grep -Eq "pve-manager/(8\.[1-4]|9\.[0-2])(\.[0-9]+)*"; then
msg_error "${CROSS}${RD}This version of Proxmox Virtual Environment is not supported"
echo -e "Requires Proxmox Virtual Environment Version 8.1 - 8.4 or 9.0 - 9.1."
echo -e "Requires Proxmox Virtual Environment Version 8.1 - 8.4 or 9.0 - 9.2."
echo -e "Exiting..."
sleep 2
exit