From ccefa7f1b4c350080403d5dfaca4ce9fa03afe71 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:40:42 +0200 Subject: [PATCH] Update proxmox-datacenter-manager.sh --- ct/proxmox-datacenter-manager.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ct/proxmox-datacenter-manager.sh b/ct/proxmox-datacenter-manager.sh index 449287bc8..5ee732b9d 100644 --- a/ct/proxmox-datacenter-manager.sh +++ b/ct/proxmox-datacenter-manager.sh @@ -40,13 +40,13 @@ function update_script() { if [[ "$(get_os_version_major)" == "13" ]]; then if [ -f "/etc/apt/sources.list.d/pdm-test.sources" ]; then if ! grep -qx "Enabled: false" "/etc/apt/sources.list.d/pdm-test.sources"; then - echo "Enabled: false" >> "/etc/apt/sources.list.d/pdm-test.sources" - setup_deb822_repo \ - "pdm" \ - "https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg" \ - "http://download.proxmox.com/debian/pdm" \ - "trixie" \ - "pdm-no-subscription" + echo "Enabled: false" >>"/etc/apt/sources.list.d/pdm-test.sources" + setup_deb822_repo \ + "pdm" \ + "https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg" \ + "http://download.proxmox.com/debian/pdm" \ + "trixie" \ + "pdm-no-subscription" fi fi fi