From 350ef7a6bc18aaa97fc515748206b85943e6946a Mon Sep 17 00:00:00 2001 From: Zenithal Date: Mon, 18 Jan 2021 16:40:34 +0800 Subject: [PATCH] Update ubuntu-current releases in apt-sync --- apt-sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-sync.py b/apt-sync.py index e7a37b4..e5531e8 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -19,7 +19,7 @@ from typing import List, Dict, Set, Tuple, IO import requests OS_TEMPLATE = { - 'ubuntu-current': ["xenial", "bionic", "eoan", "focal"], + 'ubuntu-current': ["xenial", "bionic", "focal", "groovy"], 'ubuntu-lts': ["xenial", "bionic", "focal"], 'debian-current': ["jessie", "stretch", "buster"], 'debian-latest2': ["stretch", "buster"],