From cd9a2c4250941cbdbcc13ae72ea24b302dd53d63 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 6c4f8dfd3..57b2c25b9 100755 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -62,7 +62,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