From 5700e2e69e21ac56b34d935ef44b7c59f3437ae9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 19 Jul 2024 21:18:20 +0200 Subject: [PATCH] Generate locales during setup --- scripts/Arch/OS/setup.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index 3213195e..6aa6a7aa 100644 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -69,6 +69,7 @@ begin end | begin read LOCALES and arch-chroot "$mountDir" sed -i "s/^#\?\(\($LOCALES\).*\)\$/\1/" /etc/locale.gen + and locale-gen end and begin