apt-sync: remove bionic from @ubuntu-lts

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-04-25 11:52:31 +08:00
parent 28863fd7bf
commit f05c3d6d69
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -29,7 +29,7 @@ if USE_ADDR_FAMILY != '':
urllib3_cn.allowed_gai_family = lambda: socket.AF_INET if USE_ADDR_FAMILY == 'ipv4' else socket.AF_INET6
OS_TEMPLATE = {
'ubuntu-lts': ["bionic", "focal", "jammy"],
'ubuntu-lts': ["focal", "jammy"],
'debian-current': ["buster", "bullseye", "bookworm"],
'debian-latest2': ["bullseye", "bookworm"],
'debian-latest': ["bookworm"],