Add more information to start screen

This commit is contained in:
York-Simon Johannsen 2019-11-16 13:54:02 +01:00
parent 58a339b041
commit 7f175b2377
No known key found for this signature in database
GPG Key ID: 006F8812A4B527D9
1 changed files with 15 additions and 3 deletions

View File

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