From 79cfbd942657da41710459567ac42be067f71096 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 8 Jun 2026 13:41:50 +0200 Subject: [PATCH] feat(installer): change success message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b64e612..da009b6 100644 --- a/install.sh +++ b/install.sh @@ -37,4 +37,4 @@ chmod u+x $INSTALL_DIR/tts.py ln $INSTALL_DIR/tts.py $EXECUTABLE_BIN/tts # final instructions -echo "[INSTALLER]: \n\nInstallation done! Now run: tts --help" +echo "\n\n[INSTALLER]: Installation done! Now run: tts --help"