mirror of
https://codeberg.org/Computertruhe/Setup-Skripte.git
synced 2025-06-28 11:26:18 +02:00
Merge pull request 'Update linux_mint.sh' (#83) from lm-22.1-adjustments into main
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/83 Reviewed-by: hontoni <hontoni@noreply.codeberg.org> Reviewed-by: ml <ml@noreply.codeberg.org>
This commit is contained in:
commit
c823076724
1 changed files with 5 additions and 46 deletions
|
@ -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
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue