mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
[ubuntu apt] add focal, remove trusty
This commit is contained in:
parent
4f21892d1a
commit
e7b8de5723
@ -19,8 +19,8 @@ from typing import List, Set, Tuple, IO
|
||||
import requests
|
||||
|
||||
OS_TEMPLATE = {
|
||||
'ubuntu-current': ["trusty", "xenial", "bionic", "eoan"],
|
||||
'ubuntu-lts': ["trusty", "xenial", "bionic"],
|
||||
'ubuntu-current': ["xenial", "bionic", "eoan", "focal"],
|
||||
'ubuntu-lts': ["xenial", "bionic", "focal"],
|
||||
'debian-current': ["jessie", "stretch", "buster"],
|
||||
}
|
||||
MAX_RETRY=int(os.getenv('MAX_RETRY', '3'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user