Update haos-vm.sh

This commit is contained in:
CanbiZ 2025-08-27 10:28:13 +02:00
parent d0424dccb9
commit fa7cc26bf1

View File

@ -142,15 +142,6 @@ function check_root() {
fi
}
function pve_check() {
if ! pveversion | grep -Eq "pve-manager/8\.[1-4](\.[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 or later."
echo -e "Exiting..."
sleep 2
exit
fi
}
function arch_check() {
if [ "$(dpkg --print-architecture)" != "amd64" ]; then