From 9cdd700d2b909cec223e822491a6321b816e094c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 10 Aug 2024 00:05:54 +0200 Subject: [PATCH] Add thank you message --- osuboot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osuboot.sh b/osuboot.sh index ca1d6c7..f438d15 100755 --- a/osuboot.sh +++ b/osuboot.sh @@ -53,6 +53,8 @@ echo "" echo "You can find the source at:" echo "https://git.staropensource.de/JeremyStarTM/osuboot" echo "" +echo "Thank you for using osu!boot to launch your favorite rythm game!" +echo "" if [ -n "${OSUBOOT_IS_NICE}" ]; then echo -e "${COLOR_SUCCESS}Thank you, you too :3"