diff --git a/AiO_Container/code/main.py b/AiO_Container/code/main.py index 044c42b..9b39279 100644 --- a/AiO_Container/code/main.py +++ b/AiO_Container/code/main.py @@ -392,17 +392,17 @@ if __name__ == "__main__": customLinksJob() - # if os.getenv("PROXMOX_REPOS", True): - # proxmoxJob() + if os.getenv("PROXMOX_REPOS", True): + proxmoxJob() - # if os.getenv("DOCKER_REPOS", True): - # dockerJob() + if os.getenv("DOCKER_REPOS", True): + dockerJob() - # if os.getenv("DEBIAN_REPOS", True): - # debianJob() + if os.getenv("DEBIAN_REPOS", True): + debianJob() - # if os.getenv("OPNSENSE_REPOS", True): - # opnsenseJob() \ No newline at end of file + if os.getenv("OPNSENSE_REPOS", True): + opnsenseJob() \ No newline at end of file