Update microcode.sh

PVE8 compatible
This commit is contained in:
tteckster 2023-06-20 15:54:38 -04:00 committed by GitHub
parent 5bf0944dd9
commit bfd5194118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -86,13 +86,11 @@ amd() {
echo -e "\n To apply the changes, the system will need to be rebooted.\n"
}
if [ $(pveversion | grep -c "pve-manager/7\.[0-9]") -eq 0 ]; then
echo -e "${CROSS} Proxmox Virtual Environment Not Detected"
echo -e "Exiting..."
sleep 2
if ! command -v pveversion >/dev/null 2>&1; then
header_info
msg_error "\n No PVE Detected!\n"
exit
fi
msg_info "Checking CPU Vendor"
cpu=$(lscpu | grep -oP 'Vendor ID:\s*\K\S+')
if [ "$cpu" == "GenuineIntel" ]; then