From 1abbcf3a1b9bd45fcb38f01946dda38b82b9646c Mon Sep 17 00:00:00 2001 From: Mac Date: Mon, 31 May 2021 22:47:10 +0200 Subject: [PATCH 1/3] Minor, non-functional updates - updated script version - updated repo URL - adjusted Linux Mint version --- mint/linux_mint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index f1823d5..7beac20 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive # Linux distro -script_distro='Linux Mint 20' +script_distro='Linux Mint 20.1' # Additional packages packages=( @@ -162,8 +162,8 @@ echo "\ ### # Maintainer: Computertruhe e. V. # Website: https://computertruhe.de/ -# Version: 1.0.0 -# Repo: https://codeberg.org/Computertruhe/computertruhe-setup +# Version: 1.1.0 +# Repo: https://codeberg.org/Computertruhe/Setup-Skripte # Distro: ${script_distro} ### " From 30ec6f2d32c64ec79f60f6dce895e4cdb7adb129 Mon Sep 17 00:00:00 2001 From: Mac Date: Mon, 31 May 2021 22:51:44 +0200 Subject: [PATCH 2/3] Removed oem-config-prepare command The automatic call of oem-config-prepare at the end of the script prevents tests that need a reboot (e .g. after installing certain hardware drivers like for graphic cards). --- mint/linux_mint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index f1823d5..d5b4223 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -248,4 +248,3 @@ e "Apt proxy wieder entfernen..." rm /etc/apt/apt.conf.d/01aptproxy e "Initiales Setup beendet." -oem-config-prepare From 8e05d688297eff73cfc1c6143f0a858a597466f5 Mon Sep 17 00:00:00 2001 From: Mac Date: Mon, 31 May 2021 22:58:36 +0200 Subject: [PATCH 3/3] Update linux_mint.sh - added "Cinnamon" to the distro name --- mint/linux_mint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index 7beac20..37fc118 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive # Linux distro -script_distro='Linux Mint 20.1' +script_distro='Linux Mint 20.1 - Cinnamon' # Additional packages packages=(