From 8adbb1274eb9f98fb96bdaa7add100d2b327022d Mon Sep 17 00:00:00 2001 From: eric5949 Date: Sat, 25 Apr 2026 11:33:35 -0400 Subject: [PATCH] Update updater.sh --- autoupdater/updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoupdater/updater.sh b/autoupdater/updater.sh index 89c6521..e2a8b07 100644 --- a/autoupdater/updater.sh +++ b/autoupdater/updater.sh @@ -7,8 +7,8 @@ mkdir -p ~/.local/share/tetosong mkdir -p ~/.local/share/tetosong/fortunes mkdir -p ~/.local/share/tetosong/fortunes/tetosotd -curl -sLo ~/.local/share/tetosong/tetofortunes https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/fortunes/tetosotd/tetofortunes -curl -sLo ~/.local/share/tetosong/tetofortunes.dat https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/fortunes/tetosotd/tetofortunes.dat +curl -sLo ~/.local/share/tetosong/fortunes/tetosotd/tetofortunes https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/fortunes/tetosotd/tetofortunes +curl -sLo ~/.local/sharetetosong/fortunes/tetosotd/tetofortunes.dat https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/fortunes/tetosotd/tetofortunes.dat AUDIO="$(. ~/.local/share/tetosong/tetosong.config; echo $AUDIO)" if [ "$AUDIO" = "YES" ]; then curl -sLo ~/.local/share/tetosong/SOTD.zip https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/main/audio/teto/SOTD.zip