From 6a44a36698de0db6029e00549ce474675c444b2c Mon Sep 17 00:00:00 2001 From: YuruC3 Date: Sun, 25 Jan 2026 00:44:06 +0100 Subject: [PATCH] Here I forgot to uncomment all the important bits --- AiO_Container/code/main.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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