- added multiple teto voices based on the song returned by fortune - moved files around for future flexibility - added automakefortune service
8 lines
216 B
Desktop File
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"
|