From fa7cc26bf1a19aff90650ba6416172301126d165 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:28:13 +0200 Subject: [PATCH] Update haos-vm.sh --- vm/haos-vm.sh | 9 --------- 1 file changed, 9 deletions(-) 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