From e469b613588f6dbeed390d56b7d4efa24b4d2051 Mon Sep 17 00:00:00 2001 From: jaminmc <1310376+jaminmc@users.noreply.github.com> Date: Sat, 19 Jul 2025 02:41:44 -0400 Subject: [PATCH] Remove Enterprise sources in Proxmox 9 Preliminary Proxmox 9 support! APT uses a new .sources format and extension in trixie. --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ab59d38..9f5457b 100755 --- a/install.sh +++ b/install.sh @@ -41,6 +41,8 @@ log_message "Cleaning up existing files..." [ -d "/root/OSX-PROXMOX" ] && rm -rf "/root/OSX-PROXMOX" [ -f "/etc/apt/sources.list.d/pve-enterprise.list" ] && rm -f "/etc/apt/sources.list.d/pve-enterprise.list" [ -f "/etc/apt/sources.list.d/ceph.list" ] && rm -f "/etc/apt/sources.list.d/ceph.list" +[ -f "/etc/apt/sources.list.d/pve-enterprise.sources" ] && rm -f "/etc/apt/sources.list.d/pve-enterprise.sources" +[ -f "/etc/apt/sources.list.d/ceph.sources" ] && rm -f "/etc/apt/sources.list.d/ceph.sources" log_message "Preparing to install OSX-PROXMOX..." @@ -79,4 +81,4 @@ else exit 1 fi -log_message "Installation completed successfully" \ No newline at end of file +log_message "Installation completed successfully"