diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index 7b4d5de..38181e1 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -10,59 +10,20 @@ export DEBIAN_FRONTEND=noninteractive DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive # Name of the distribution -script_distro='Linux Mint 22' -script_version='2.3.3' +script_distro='Linux Mint 22.1' +script_version='2.3.4' # Additional packages packages=( # Program packages libreoffice + openoffice.org-hyphenation keepassxc gparted hardinfo regionset cheese 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}' …" -# Generell auto-apt-proxy installieren -# tut nicht weh und erweitert apt jetzt und in Zukunft, einen host apt-proxy oder andere -# z.b. in SRV-Records benannte caches zu verwenden. gut für spätere updates. -e "Apt proxy automatisch verwenden" +# 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. +e "Installiere APT-Proxy-Autodetektor …" apt install auto-apt-proxy ###