mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
new os template: debian-latest2
This commit is contained in:
parent
cbf2f1e050
commit
ee29b9f584
@ -22,6 +22,8 @@ OS_TEMPLATE = {
|
||||
'ubuntu-current': ["xenial", "bionic", "eoan", "focal"],
|
||||
'ubuntu-lts': ["xenial", "bionic", "focal"],
|
||||
'debian-current': ["jessie", "stretch", "buster"],
|
||||
'debian-latest2': ["stretch", "buster"],
|
||||
'debian-latest': ["buster"],
|
||||
}
|
||||
MAX_RETRY=int(os.getenv('MAX_RETRY', '3'))
|
||||
DOWNLOAD_TIMEOUT=int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user