From 0e5615886d1e42c1fd1d55f84aaeadd4dcecb47d Mon Sep 17 00:00:00 2001 From: olli <> Date: Wed, 2 Oct 2024 15:47:24 +0200 Subject: [PATCH] updates --- raspi.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/raspi.sh b/raspi.sh index ebf8f98..0bc2b58 100644 --- a/raspi.sh +++ b/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"