Files
tetosong/autoupdater/tetosong.service
eric5949 1b01af8649 add autoaupdater, update readme
autoupdater using systemd timer and service.
2026-04-23 23:28:27 -04:00

8 lines
190 B
Desktop File

[Unit]
Description=tetosong updater
Wants=tetosong.timer
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "curl -s file:///home/eric/GitHub/TetoSongOfTheDay/autoupdater/updater.sh | bash"