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}'."