From 59265ca04d591bcfe2b653c1141aaefb092e77ac Mon Sep 17 00:00:00 2001 From: Mac Date: Sun, 13 Feb 2022 15:58:32 +0100 Subject: [PATCH] Update linux_mint.sh - removed oem-config and languange selector-common because they are now part of the default installation - increased minor release - updated distro name --- mint/linux_mint.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index 0c19b80..fd4529a 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 - Cinnamon' +script_distro='Linux Mint 20.3 (Cinnamon Edition)' # Additional packages packages=( @@ -60,7 +60,6 @@ packages=( # System management gparted - oem-config # Tools f3 @@ -114,7 +113,6 @@ packages=( yorick # Language support - language-selector-common openoffice.org-hyphenation language-pack-ar language-pack-gnome-ar @@ -162,7 +160,7 @@ echo "\ ### # Maintainer: Computertruhe e. V. # Website: https://computertruhe.de/ -# Version: 1.1.0 +# Version: 1.2.0 # Repo: https://codeberg.org/Computertruhe/Setup-Skripte # Distro: ${script_distro} ###