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

Merge branch 'master' of stefan230/computertruhe-setup into master

This commit is contained in:
ml 2020-01-07 21:39:19 +01:00 committed by Gitea
commit c420920761

12
linux_mint.sh Executable file → Normal file
View file

@ -130,6 +130,14 @@ apt install language-pack-ar language-pack-gnome-ar language-pack-fa language-pa
echo ">>> Sprachunterstützung vervollständigen ..." echo ">>> Sprachunterstützung vervollständigen ..."
apt install language-selector-common --yes apt install language-selector-common --yes
apt install $(check-language-support) --yes apt install $(check-language-support) --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 ">>> Ändere Anzeigeoptionen für die Tastatur auf die richtigen Werte..."
gsettings set org.cinnamon.desktop.interface keyboard-layout-show-flags false
gsettings set org.cinnamon.desktop.interface keyboard-layout-use-upper true
gsettings set org.cinnamon.desktop.interface keyboard-layout-prefer-variant-names true
echo ">>> Unnötige Pakete entfernen ..." echo ">>> Unnötige Pakete entfernen ..."
apt clean apt clean
@ -140,7 +148,3 @@ apt autoremove --yes
# Finalisation # Finalisation
### ###
echo ">>> Initiales Setup beendet." echo ">>> Initiales Setup beendet."
echo
echo ">>> To-dos:"
echo ">>> - Sprachpakete komplettieren"
echo ">>> - Arabisches und persisches Tastatur-Layout einrichten"