From 53af603acef550ff691d297eb45f3600fb6dd3b7 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 9 Jun 2023 16:41:41 -0400
Subject: [PATCH] Update pve8-post-install.sh

---
 misc/pve8-post-install.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/misc/pve8-post-install.sh b/misc/pve8-post-install.sh
index d505d980..13338466 100644
--- a/misc/pve8-post-install.sh
+++ b/misc/pve8-post-install.sh
@@ -192,12 +192,6 @@ while true; do
   esac
 done
 
-if ! command -v pveversion >/dev/null 2>&1; then
-  header_info
-  msg_error "\n No PVE Detected!\n"
-  exit
-fi
-
 if [ $(pveversion | grep "pve-manager/8" | wc -l) -ne 1 ]; then
   header_info
   msg_error "This version of Proxmox Virtual Environment is not supported"