This commit is contained in:
olli 2024-10-02 15:47:24 +02:00
parent e0bebc7280
commit 0e5615886d

View File

@ -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"