Add support for Debian release

This commit is contained in:
2023-08-31 16:49:22 +00:00
parent 286d7aad44
commit ed0ab06d2c
5 changed files with 15 additions and 2 deletions

View File

@ -180,7 +180,7 @@ def read_config():
)
# Get the Repo configuration
for key in ["mirror"]:
for key in ["mirror", "release"]:
try:
config[f"repo_{key}"] = o_repo[key]
except Exception: