diff --git a/linux_mint.sh b/linux_mint.sh index 877b20b..0443fdb 100644 --- a/linux_mint.sh +++ b/linux_mint.sh @@ -130,7 +130,10 @@ 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 +apt install hunspell-de-at hunspell-de-ch hunspell-de-de openoffice.org-hyphenation --yes + +echo ">>> Richte arabisches und persisches Tastatur-Layout ein..." +gsettings set org.gnome.libgnomekbd.keyboard layouts "['de', 'ara', 'ir']" echo ">>> Unnötige Pakete entfernen ..." apt clean @@ -141,6 +144,3 @@ apt autoremove --yes # Finalisation ### echo ">>> Initiales Setup beendet." -echo -echo ">>> To-dos:" -echo ">>> - Arabisches und persisches Tastatur-Layout einrichten"