[arm64] port pve scripts to support arm64 (#15288)

This commit is contained in:
Sam Heinz
2026-06-23 21:49:52 +10:00
committed by GitHub
parent 13f348ce1b
commit a1c7097ef5
9 changed files with 64 additions and 0 deletions
+6
View File
@@ -139,6 +139,12 @@ if ! command -v pveversion >/dev/null 2>&1; then
exit
fi
if [ "$(dpkg --print-architecture 2>/dev/null)" = "arm64" ]; then
header_info
msg_error "CPU microcode updates are only available for x86 (Intel/AMD) systems."
exit 0
fi
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE Processor Microcode" --yesno "This will check for CPU microcode packages with the option to install. Proceed?" 10 58
msg_info "Checking CPU Vendor"