From 91906ad99d234322d2dec2dad2fb482352b268db Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Tue, 9 Sep 2025 10:20:06 +0200 Subject: [PATCH] installer emoji --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 571b9ad..9b97fe4 100644 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ select choice in "${options[@]}"; do # If the downloaded file is a shell script, make it executable if [[ "${filename}" == *.sh ]]; then chmod +x "${filename}" - echo " Made '${filename}' executable." + echo " 🤖 Made '${filename}' executable." fi else echo " ❌ Error: Failed to download '${filename}'."