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:
parent
9d79af0124
commit
0b243479e0
1 changed files with 1 additions and 1 deletions
2
linux_mint.sh
Executable file → Normal file
2
linux_mint.sh
Executable file → Normal 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue