mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:24:12 +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"),
|
sp.run([str(here/"apt-sync.py"),
|
||||||
'--delete',
|
'--delete',
|
||||||
f'{BASE_URL}/deb',
|
f'{BASE_URL}/deb',
|
||||||
'@ubuntu-lts,@debian-current',
|
'@ubuntu-lts,@debian-current,bullseye',
|
||||||
'main',
|
'main',
|
||||||
'amd64,armhf,arm64',
|
'amd64,armhf,arm64',
|
||||||
f"{BASE_PATH}/deb"
|
f"{BASE_PATH}/deb"
|
||||||
|
@ -13,7 +13,7 @@ APT_PATH="${BASE_PATH}/debian"
|
|||||||
|
|
||||||
# === download deb packages ====
|
# === 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"
|
echo "Debian finished"
|
||||||
|
|
||||||
# === download standalone files ====
|
# === download standalone files ====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user