Update proxmox-datacenter-manager.sh

This commit is contained in:
CanbiZ (MickLesk)
2026-04-09 11:40:42 +02:00
parent 5c1e48356a
commit ccefa7f1b4
+1 -1
View File
@@ -40,7 +40,7 @@ function update_script() {
if [[ "$(get_os_version_major)" == "13" ]]; then if [[ "$(get_os_version_major)" == "13" ]]; then
if [ -f "/etc/apt/sources.list.d/pdm-test.sources" ]; 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 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" echo "Enabled: false" >>"/etc/apt/sources.list.d/pdm-test.sources"
setup_deb822_repo \ setup_deb822_repo \
"pdm" \ "pdm" \
"https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg" \ "https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg" \