mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-23 09:04:43 +00:00
Update proxmox-datacenter-manager.sh
This commit is contained in:
@@ -40,13 +40,13 @@ 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" \
|
||||||
"http://download.proxmox.com/debian/pdm" \
|
"http://download.proxmox.com/debian/pdm" \
|
||||||
"trixie" \
|
"trixie" \
|
||||||
"pdm-no-subscription"
|
"pdm-no-subscription"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user