From 44a238ca73089cc8327b76577d5856dc308d6266 Mon Sep 17 00:00:00 2001 From: York-Simon Johannsen Date: Sun, 3 Nov 2019 01:10:35 +0100 Subject: [PATCH] Add seperations via comments --- linux_mint.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/linux_mint.sh b/linux_mint.sh index dc094e3..ce93448 100644 --- a/linux_mint.sh +++ b/linux_mint.sh @@ -1,10 +1,27 @@ #!/usr/bin/env bash +### +# Variabeln setzung +### + + +### +# Begrüßung +### echo -e "\nComputertruhe-Setup" echo "-------------------" echo ">>> Starte initiales Setup für Rechner mit frisch installiertem Linux Mint 19 ..." + + +### +# Root modus +### echo ">>> Rootshell öffnen ..." sudo -i + +### +# Automatisierung +### echo ">>> Automatische Installation empfohlener Pakete aktivieren ..." sudo sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends echo ">>> Besten Spiegelserver für Linux Mint auswählen ..." @@ -29,6 +46,11 @@ apt clean apt autoremove -y echo ">>> Rootshell beenden ..." exit + + +### +# Abschluss +### echo ">>> Initiales Setup beendet." echo echo ">>> To-dos:"