mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 13:04:43 +00:00
Update proxmox-datacenter-manager.sh
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user