diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index 8bcb926c..b83f1b30 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -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