Update ExecStart to use remote updater script
it was set to use my local copy '0_0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user