mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-29 03:46:09 +02:00
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/38 Reviewed-by: Mac <mac@noreply.codeberg.org>
This commit is contained in:
commit
7615dcb136
1 changed files with 3 additions and 1 deletions
|
@ -195,7 +195,9 @@ e "Zusätzliche Software installieren …"
|
||||||
pkg "${packages[@]}"
|
pkg "${packages[@]}"
|
||||||
|
|
||||||
e "Sprachunterstützung vervollständigen …"
|
e "Sprachunterstützung vervollständigen …"
|
||||||
pkg "$(check-language-support)"
|
pkg $(check-language-support)
|
||||||
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue