diff --git a/autoupdater/tetosong.service b/autoupdater/tetosong.service index a7cde3c..012fa54 100644 --- a/autoupdater/tetosong.service +++ b/autoupdater/tetosong.service @@ -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"