Files
tetosong/autoupdater/tetosong.service
eric5949 86e986227f big update
- added multiple teto voices based on the song returned by fortune
- moved files around for future flexibility
- added automakefortune service
2026-04-25 11:19:43 -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/test/autoupdater/updater.sh | bash"