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
This commit is contained in:
Mac 2022-02-13 15:58:32 +01:00
parent 94262a819e
commit 59265ca04d
1 changed files with 2 additions and 4 deletions

View File

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