From b936b27495cd816bc9f54d172ef03d7f9647979f Mon Sep 17 00:00:00 2001 From: humocs-man <1+humocs-man@noreply.localhost> Date: Fri, 3 Jul 2026 19:27:03 +0000 Subject: [PATCH] build/50-prepare-flatpak-for-bazaar.sh aktualisiert --- build/50-prepare-flatpak-for-bazaar.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/50-prepare-flatpak-for-bazaar.sh b/build/50-prepare-flatpak-for-bazaar.sh index edc5125..3674cd4 100755 --- a/build/50-prepare-flatpak-for-bazaar.sh +++ b/build/50-prepare-flatpak-for-bazaar.sh @@ -4,3 +4,5 @@ set -oue pipefail echo "Downloading Flathub repository definition..." mkdir -p /usr/share/flatpak/remotes.d/ curl -f --retry 3 --retry-delay 5 -o /usr/share/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo +echo "Configuring Flatpak system-wide extra languages..." +flatpak config --set extra-languages "de" \ No newline at end of file