5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 11:26:18 +02:00

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

View file

@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# Linux distro # Linux distro
script_distro='Linux Mint 20.1 - Cinnamon' script_distro='Linux Mint 20.3 (Cinnamon Edition)'
# Additional packages # Additional packages
packages=( packages=(
@ -60,7 +60,6 @@ packages=(
# System management # System management
gparted gparted
oem-config
# Tools # Tools
f3 f3
@ -114,7 +113,6 @@ packages=(
yorick yorick
# Language support # Language support
language-selector-common
openoffice.org-hyphenation openoffice.org-hyphenation
language-pack-ar language-pack-ar
language-pack-gnome-ar language-pack-gnome-ar
@ -162,7 +160,7 @@ echo "\
### ###
# Maintainer: Computertruhe e. V. # Maintainer: Computertruhe e. V.
# Website: https://computertruhe.de/ # Website: https://computertruhe.de/
# Version: 1.1.0 # Version: 1.2.0
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte # Repo: https://codeberg.org/Computertruhe/Setup-Skripte
# Distro: ${script_distro} # Distro: ${script_distro}
### ###