Files
eric 35bc81e2da Update ExecStart to use remote updater script
it was set to use my local copy '0_0
2026-04-24 10:55:59 -04:00

8 lines
216 B
Desktop File

[Unit]
Description=tetosong updater
Wants=tetosong.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "curl -s https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/autoupdater/updater.sh | bash"