Merge pull request 'Lanuagepacks für UKr und Ru hinzu für mint+kubuntu' (#53) from B3rtl/Ubuntu-Setup-Skripte:master into main

Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/53
Reviewed-by: hontoni <hontoni@noreply.codeberg.org>
Reviewed-by: Mac <mac@noreply.codeberg.org>
This commit is contained in:
Mac 2022-04-26 15:21:48 +02:00
commit 3e916a44aa
2 changed files with 8 additions and 8 deletions

View File

@ -116,10 +116,10 @@ packages=(
# Language support # Language support
language-selector-common language-selector-common
openoffice.org-hyphenation openoffice.org-hyphenation
language-pack-ar language-pack-kde-ar
#language-pack-gnome-ar language-pack-kde-uk
language-pack-fa language-pack-kde-ru
#language-pack-gnome-fa language-pack-kde-fa
) )
### ###
@ -207,7 +207,7 @@ pkg $(check-language-support)
pkg fonts-arabeyes pkg fonts-arabeyes
# these packages have to be installed after "$(check-language-support)" # these packages have to be installed after "$(check-language-support)"
pkg hunspell-de-at hunspell-de-ch hunspell-de-de pkg hunspell-de-at hunspell-de-ch hunspell-de-de hunspell-uk hunspell-ru
e "Unnötige Pakete entfernen und Cache bereinigen …" e "Unnötige Pakete entfernen und Cache bereinigen …"
apt clean --yes --quiet apt clean --yes --quiet

View File

@ -114,10 +114,10 @@ packages=(
# Language support # Language support
openoffice.org-hyphenation openoffice.org-hyphenation
language-pack-ar
language-pack-gnome-ar language-pack-gnome-ar
language-pack-fa
language-pack-gnome-fa language-pack-gnome-fa
language-pack-gnome-ru
language-pack-gnome-uk
) )
### ###
@ -211,7 +211,7 @@ pkg $(check-language-support)
pkg fonts-arabeyes pkg fonts-arabeyes
# these packages have to be installed after "$(check-language-support)" # these packages have to be installed after "$(check-language-support)"
pkg hunspell-de-at hunspell-de-ch hunspell-de-de pkg hunspell-de-at hunspell-de-ch hunspell-de-de hunspell-uk hunspell-ru
e "Unnötige Pakete entfernen und Cache bereinigen …" e "Unnötige Pakete entfernen und Cache bereinigen …"
apt clean --yes --quiet apt clean --yes --quiet