Files
tetosong/autoupdater/tetosong.service
2026-05-02 01:01:58 -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"