Revert "add bullseye to adoptopenjdk and proxmox"

This reverts commit 4f03271368b028c542aca25d8e98550d16a9fda9 because
e145464.
This commit is contained in:
Miao Wang 2021-09-04 14:56:37 +08:00
parent e145464ca9
commit 51a5f39917
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ if __name__ == "__main__":
sp.run([str(here/"apt-sync.py"),
'--delete',
f'{BASE_URL}/deb',
'@ubuntu-lts,@debian-current,bullseye',
'@ubuntu-lts,@debian-current',
'main',
'amd64,armhf,arm64',
f"{BASE_PATH}/deb"

View File

@ -13,7 +13,7 @@ APT_PATH="${BASE_PATH}/debian"
# === download deb packages ====
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current,bullseye pve-no-subscription,pvetest amd64 "$APT_PATH"
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current pve-no-subscription,pvetest amd64 "$APT_PATH"
echo "Debian finished"
# === download standalone files ====