Development

This commit is contained in:
Matthew Grotke 2026-06-11 01:31:57 -04:00
parent 4be98fd794
commit ef4bdef838
14 changed files with 780 additions and 1419 deletions

View file

@ -192,7 +192,7 @@ def install_maint_timer(data):
"",
"[Service]",
"Type=oneshot",
f"ExecStart=/usr/bin/python3 {script_path} --update",
f"ExecStart=/usr/bin/python3 {script_path}",
"",
])
timer_content = "\n".join([