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

add missing language-packages to script

This commit adds the missing language-packages to script, so those don't need to be installed manually through mintlocale anymore, after this script was executed.
This commit is contained in:
stefan230 2020-01-05 18:08:08 +01:00
parent 9d79af0124
commit 0b243479e0

2
linux_mint.sh Executable file → Normal file
View file

@ -130,6 +130,7 @@ apt install language-pack-ar language-pack-gnome-ar language-pack-fa language-pa
echo ">>> Sprachunterstützung vervollständigen ..."
apt install language-selector-common --yes
apt install $(check-language-support) --yes
apt install hunspell-de-at hunspell-de-ch hunspell-de-de hyphen-fi hyphen-ga hyphen-id openoffice.org-hyphenation --yes
echo ">>> Unnötige Pakete entfernen ..."
apt clean
@ -142,5 +143,4 @@ apt autoremove --yes
echo ">>> Initiales Setup beendet."
echo
echo ">>> To-dos:"
echo ">>> - Sprachpakete komplettieren"
echo ">>> - Arabisches und persisches Tastatur-Layout einrichten"