We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087a8e commit 15046aeCopy full SHA for 15046ae
ct/proxmox-datacenter-manager.sh
@@ -37,6 +37,20 @@ function update_script() {
37
msg_ok "Updated old sources"
38
fi
39
40
+ if grep -q 'Debian GNU/Linux 13' /etc/os-release; then
41
+ if [ -f "/etc/apt/sources.list.d/pdm-test.sources" ]; then
42
+ if ! grep -qx "Enabled: false" "/etc/apt/sources.list.d/pdm-test.sources"; then
43
+ echo "Enabled: false" >> "/etc/apt/sources.list.d/pdm-test.sources"
44
+ setup_deb822_repo \
45
+ "pdm" \
46
+ "https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg" \
47
+ "http://download.proxmox.com/debian/pdm" \
48
+ "trixie" \
49
+ "pdm-no-subscription"
50
+ fi
51
52
53
+
54
msg_info "Updating $APP LXC"
55
$STD apt update
56
$STD apt -y upgrade
0 commit comments