mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-25 08:44:56 +02:00
[arm64] port pve scripts to support arm64 (#15288)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user