mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 11:26:08 +02:00
Merge pull request 'Angleichung der Post-install skripte' (#63) from B3rtl/Ubuntu-Setup-Skripte:postinstallfix into main
Reviewed-on: https://codeberg.org/Computertruhe/Setup-Skripte/pulls/63 Reviewed-by: Mac <mac@noreply.codeberg.org> Reviewed-by: Valentin Bachem <hdvalentin@noreply.codeberg.org>
This commit is contained in:
commit
cb9a2ae2dc
3 changed files with 4 additions and 36 deletions
|
@ -27,7 +27,6 @@ packages=(
|
|||
keepassxc
|
||||
|
||||
# Games
|
||||
0ad
|
||||
beneath-a-steel-sky
|
||||
billard-gl
|
||||
blobby
|
||||
|
@ -212,7 +211,10 @@ pkg "${packages[@]}"
|
|||
|
||||
e "Sprachunterstützung vervollständigen …"
|
||||
pkg $(check-language-support)
|
||||
e "Arabische Schrift"
|
||||
pkg fonts-arabeyes
|
||||
e "Kyrillische Schrift"
|
||||
pkg xfonts-cyrillic
|
||||
|
||||
# These packages have to be installed after "$(check-language-support)".
|
||||
pkg hunspell-de-at hunspell-de-ch hunspell-de-de hunspell-uk hunspell-ru
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue