mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
add bullseye to adoptopenjdk and proxmox
This commit is contained in:
parent
59d3bfaf3e
commit
4f03271368
@ -110,7 +110,7 @@ if __name__ == "__main__":
|
||||
sp.run([str(here/"apt-sync.py"),
|
||||
'--delete',
|
||||
f'{BASE_URL}/deb',
|
||||
'@ubuntu-lts,@debian-current',
|
||||
'@ubuntu-lts,@debian-current,bullseye',
|
||||
'main',
|
||||
'amd64,armhf,arm64',
|
||||
f"{BASE_PATH}/deb"
|
||||
|
@ -13,7 +13,7 @@ APT_PATH="${BASE_PATH}/debian"
|
||||
|
||||
# === download deb packages ====
|
||||
|
||||
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current pve-no-subscription,pvetest amd64 "$APT_PATH"
|
||||
"$apt_sync" --delete-dry-run "${BASE_URL}/debian" @debian-current,bullseye pve-no-subscription,pvetest amd64 "$APT_PATH"
|
||||
echo "Debian finished"
|
||||
|
||||
# === download standalone files ====
|
||||
|
Loading…
x
Reference in New Issue
Block a user