updates
This commit is contained in:
parent
e0bebc7280
commit
0e5615886d
5
raspi.sh
5
raspi.sh
@ -9,6 +9,11 @@ raspi-config nonint do_change_locale de_DE.UTF-8
|
||||
apt -y install flatpak
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
echo 'en_US.UTF-8 UTF-8
|
||||
en_GB.UTF-8 UTF-8
|
||||
de_DE.UTF-8 UTF-8' >/etc/locale.gen
|
||||
locale-gen
|
||||
|
||||
echo 'LANG=de_DE.UTF-8
|
||||
LANGUAGE=de_DE
|
||||
LC_CTYPE="de_DE.UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user