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

- adjust versioning
- remove all language related psackages, except of openoffice.org-hyphenation, because they are causing troubles and they aren't necessary for the current OEM setup
- translation of some texts
This commit is contained in:
Mac 2025-01-26 18:51:41 +01:00
parent 6145d1fe13
commit b2eac1b319

View file

@ -10,59 +10,20 @@ export DEBIAN_FRONTEND=noninteractive
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
# Name of the distribution # Name of the distribution
script_distro='Linux Mint 22' script_distro='Linux Mint 22.1'
script_version='2.3.3' script_version='2.3.4'
# Additional packages # Additional packages
packages=( packages=(
# Program packages # Program packages
libreoffice libreoffice
openoffice.org-hyphenation
keepassxc keepassxc
gparted gparted
hardinfo hardinfo
regionset regionset
cheese cheese
vlc vlc
# Language related packages
# Generic
openoffice.org-hyphenation
# AR
language-pack-gnome-ar-base
firefox-locale-ar
fonts-arabeyes
hunspell-ar
libreoffice-l10n-ar
mythes-ar
thunderbird-locale-ar
# DE
language-pack-gnome-de-base # Installed only with Internet connection during the OEM setup.
firefox-locale-de
hunspell-de-at
hunspell-de-ch
hunspell-de-de
thunderbird-locale-de # Installed only with Internet connection during the OEM setup.
# EN
thunderbird-locale-en-gb
# FA
language-pack-gnome-fa-base
firefox-locale-fa
libreoffice-l10n-fa
myspell-fa
thunderbird-locale-fa
# RU
language-pack-gnome-ru-base
firefox-locale-ru
thunderbird-locale-ru
# UK
language-pack-gnome-uk-base
libreoffice-l10n-uk
firefox-locale-uk
thunderbird-locale-uk
hyphen-uk
mythes-uk
hunspell-uk
wukrainian
) )
### ###
@ -114,10 +75,8 @@ echo "\
" "
e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …" e "Starte initiales Setup für Rechner mit frisch installiertem '${script_distro}' …"
# Generell auto-apt-proxy installieren # The installation of auto-apt-proxy does no harm and allows the use of an apt-proxy or other caches, e.g. named in SRV records.
# tut nicht weh und erweitert apt jetzt und in Zukunft, einen host apt-proxy oder andere e "Installiere APT-Proxy-Autodetektor …"
# z.b. in SRV-Records benannte caches zu verwenden. gut für spätere updates.
e "Apt proxy automatisch verwenden"
apt install auto-apt-proxy apt install auto-apt-proxy
### ###