Skip to content

Commit 4f03271

Browse files
add bullseye to adoptopenjdk and proxmox
1 parent 59d3bfa commit 4f03271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adoptopenjdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def delete_old_files(ver: int, alive_files: Set[str]):
110110
sp.run([str(here/"apt-sync.py"),
111111
'--delete',
112112
f'{BASE_URL}/deb',
113-
'@ubuntu-lts,@debian-current',
113+
'@ubuntu-lts,@debian-current,bullseye',
114114
'main',
115115
'amd64,armhf,arm64',
116116
f"{BASE_PATH}/deb"

proxmox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ APT_PATH="${BASE_PATH}/debian"
1313

1414
# === download deb packages ====
1515

16-
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current pve-no-subscription,pvetest amd64 "$APT_PATH"
16+
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current,bullseye pve-no-subscription,pvetest amd64 "$APT_PATH"
1717
echo "Debian finished"
1818

1919
# === download standalone files ====

0 commit comments

Comments
 (0)