From 35bc81e2da0b1faac808c9c6025ac3e157e47d99 Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Fri, 24 Apr 2026 10:55:59 -0400 Subject: [PATCH] Update ExecStart to use remote updater script it was set to use my local copy '0_0 --- autoupdater/tetosong.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"