From 51a5f39917630722dad8e5fee25b3612170fc6b9 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Sat, 4 Sep 2021 14:56:37 +0800 Subject: [PATCH] Revert "add bullseye to adoptopenjdk and proxmox" This reverts commit 4f03271368b028c542aca25d8e98550d16a9fda9 because e145464. --- adoptopenjdk.py | 2 +- proxmox.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adoptopenjdk.py b/adoptopenjdk.py index 8d9e51c..29a59fe 100755 --- a/adoptopenjdk.py +++ b/adoptopenjdk.py @@ -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" diff --git a/proxmox.sh b/proxmox.sh index 313c717..fab0176 100755 --- a/proxmox.sh +++ b/proxmox.sh @@ -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 ====