installer emoji

This commit is contained in:
2025-09-09 10:20:06 +02:00
parent 3d61a52ab9
commit 91906ad99d

View File

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