Here I forgot to uncomment all the important bits

This commit is contained in:
2026-01-25 00:44:06 +01:00
parent cec2324275
commit 6a44a36698

View File

@@ -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()
if os.getenv("OPNSENSE_REPOS", True):
opnsenseJob()