Update debian-v3.sh

This commit is contained in:
tteckster 2022-04-08 09:39:25 -04:00 committed by GitHub
parent f6d66f3491
commit 0330ae6a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,15 @@ ${CL}"
}
header_info
function pve_7() {
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater"
echo -e "Exiting..."
sleep 2
exit
fi
}
function default_settings() {
clear
header_info