Skip to content

Commit

Permalink
Merge pull request #177 from yushijinhun/patch-1
Browse files Browse the repository at this point in the history
apt-sync: add noble to @ubuntu-lts
  • Loading branch information
Harry-Chen committed Apr 28, 2024
2 parents eb8868d + ef47a9a commit ab495a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
urllib3_cn.allowed_gai_family = lambda: socket.AF_INET if USE_ADDR_FAMILY == 'ipv4' else socket.AF_INET6

OS_TEMPLATE = {
'ubuntu-lts': ["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 ab495a3

Please sign in to comment.