mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-26 09:14:56 +02:00
[arm64] port pve scripts to support arm64
This commit is contained in:
@@ -157,6 +157,12 @@ if [ ! -f /etc/proxmox-backup/user.cfg ]; 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 Backup Server Helper Scripts" \
|
||||
--title "Proxmox Backup Server Processor Microcode" \
|
||||
--yesno "This script searches for CPU microcode packages and offers the option to install them.\nProceed?" 10 68
|
||||
|
||||
Reference in New Issue
Block a user