Skip to content

Commit

Permalink
apt-sync: update ubuntu-lts
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Apr 28, 2024
1 parent 24e6913 commit 5639b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-sync/tunasync/apt-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def set_src_addr(address, timeout, *args, **kw):
requests.utils.default_user_agent = lambda: APTSYNC_USER_AGENT

OS_TEMPLATE = {
'ubuntu-lts': ["bionic", "focal", "jammy"],
'ubuntu-lts': ["focal", "jammy", "noble"],
'debian-current': ["buster", "bullseye", "bookworm"],
'debian-latest2': ["bullseye", "bookworm"],
'debian-latest': ["bookworm"],
Expand Down

0 comments on commit 5639b37

Please sign in to comment.