From 7f175b2377fe200b5a4c8698c2ac92a455d7a205 Mon Sep 17 00:00:00 2001 From: York-Simon Johannsen Date: Sat, 16 Nov 2019 13:54:02 +0100 Subject: [PATCH] Add more information to start screen --- linux_mint.sh | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/linux_mint.sh b/linux_mint.sh index a3dcaf0..ed23551 100755 --- a/linux_mint.sh +++ b/linux_mint.sh @@ -3,14 +3,26 @@ ### # Variabeln setzung ### +script_distro='Linux Mint' ### # Begrüßung ### -echo -e "\nComputertruhe-Setup" -echo "-------------------" -echo ">>> Starte initiales Setup für Rechner mit frisch installiertem Linux Mint 19 ..." +echo "\ +############################## +# Computertruhe setup script # +############################## + +### +# Meintainer: Computertruhe e. V. +# Website: https://computertruhe.de/ +# Version: 0.1.3 +# Repo: https://codeberg.org/Computertruhe/computertruhe-setup +# Ditro: ${script_distro} +### +" +echo ">>> Starte initiales Setup für Rechner mit frisch installiertem ${script_distro} ..." ###