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 ====