From 1c190180f168777b01b071cf5fb63eab37728e97 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:28:23 +1000 Subject: [PATCH] dont skip enterprise repo setup on arm64 --- tools/pve/post-pve-install.sh | 12 ------------ 1 file changed, 12 deletions(-) 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" \