From ee913677509c7658ce3e8200686a3b150f71d054 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:08:39 +0100 Subject: [PATCH] update comments in english --- misc/build.func | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/build.func b/misc/build.func index eb62e81b..6b67fb18 100644 --- a/misc/build.func +++ b/misc/build.func @@ -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 <