Update ExecStart to use remote updater script

it was set to use my local copy '0_0
This commit is contained in:
2026-04-24 10:55:59 -04:00
committed by GitHub
parent fd348d5aa4
commit 35bc81e2da

View File

@@ -4,4 +4,4 @@ Wants=tetosong.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "curl -s file:///home/eric/GitHub/TetoSongOfTheDay/autoupdater/updater.sh | bash"
ExecStart=/usr/bin/bash -c "curl -s https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/autoupdater/updater.sh | bash"