update comments in english

This commit is contained in:
CanbiZ 2024-11-22 22:08:39 +01:00 committed by GitHub
parent 4e78ca1381
commit ee91367750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,13 +134,13 @@ generate_app_name() {
sudo apt-get install -y figlet &> /dev/null
fi
# Den Wert der APP-Variable annehmen (kann angepasst werden)
# Use the Value of the APP Variable
APP="$1"
# ASCII-Art erzeugen und formatieren
# Create and Formatting ASCII
ascii_art=$(figlet -f slant "$APP")
# Ausgabe als cat <<EOF
# Output es cat <<EOF
cat <<EOF
$ascii_art
EOF