From 70e2b73883a6952eddceef3afa9339980289171d Mon Sep 17 00:00:00 2001 From: eric5949 Date: Sat, 2 May 2026 00:35:37 -0400 Subject: [PATCH] Update installer.sh again... --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 656b44f..3a8bd17 100644 --- a/installer.sh +++ b/installer.sh @@ -55,7 +55,7 @@ fi echo "writing tetosong to ~/.local/bin" mkdir -p ~/.local/bin curl -sLo ~/.local/bin/tetosong https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/testing/tetosong -curl -sLo ~/.local/bin/tetosong https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/testing/vocafortune +curl -sLo ~/.local/bin/vocafortune https://raw.githubusercontent.com/eric5949/tetosong/refs/heads/testing/vocafortune chmod +x ~/.local/bin/tetosong chmod +x ~/.local/bin/vocafortune echo "Make sure ~/.local/bin is in your PATH and you can get your Teto Song Of the Day by typing in tetosong or adding it to your bashrc :)"