From f6260d41a1bf687744fcee8e5e902cd82ce0ed62 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 28 Jul 2024 23:45:09 +0200 Subject: [PATCH] Generate locales in proper system --- scripts/Arch/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index 5679547c..0f177137 100755 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -68,7 +68,7 @@ begin end | begin read LOCALES and arch-chroot "$mountDir" sed -i "s/^#\?\(\($LOCALES\).*\)\$/\1/" /etc/locale.gen - and locale-gen + and arch-chroot "$mountDir" locale-gen end and begin