diff --git a/tools/pve/post-pve-install.sh b/tools/pve/post-pve-install.sh index 0931eaa5f..bb7469155 100644 --- a/tools/pve/post-pve-install.sh +++ b/tools/pve/post-pve-install.sh @@ -125,12 +125,6 @@ EOF no) msg_error "Selected no to Correcting Proxmox VE Sources" ;; esac - if [[ "$(dpkg --print-architecture 2>/dev/null)" == "arm64" ]]; then - msg_ok "ARM64 detected - skipping Proxmox repository setup" - post_routines_common - return - fi - CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "PVE-ENTERPRISE" --menu "The 'pve-enterprise' repository is only available to users who have purchased a Proxmox VE subscription.\n \nDisable 'pve-enterprise' repository?" 14 58 2 \ "yes" " " \ "no" " " 3>&2 2>&1 1>&3) @@ -288,12 +282,6 @@ EOF esac fi - if [[ "$(dpkg --print-architecture 2>/dev/null)" == "arm64" ]]; then - msg_ok "ARM64 detected - skipping Proxmox repository setup" - post_routines_common - return - fi - # ---- PVE-ENTERPRISE ---- if component_exists_in_sources "pve-enterprise"; then CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" \