Skip to content

Commit ab495a3

Browse files
authored
Merge pull request #177 from yushijinhun/patch-1
apt-sync: add noble to @ubuntu-lts
2 parents eb8868d + ef47a9a commit ab495a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
urllib3_cn.allowed_gai_family = lambda: socket.AF_INET if USE_ADDR_FAMILY == 'ipv4' else socket.AF_INET6
3030

3131
OS_TEMPLATE = {
32-
'ubuntu-lts': ["focal", "jammy"],
32+
'ubuntu-lts': ["focal", "jammy", "noble"],
3333
'debian-current': ["buster", "bullseye", "bookworm"],
3434
'debian-latest2': ["bullseye", "bookworm"],
3535
'debian-latest': ["bookworm"],

0 commit comments

Comments
 (0)