From c6308827922f7cf12ee647a1666242fee080f487 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 26 Oct 2022 11:42:42 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 52404d0..b2fe973 100644 --- a/install.sh +++ b/install.sh @@ -258,7 +258,7 @@ EOF #echo "${localegen}" >>/mnt/etc/locale.gen arch-chroot /mnt locale-gen -echo "LANG=en_US.UTF-8" >/mnt/etc/locale.conf && +echo "LANG=en_US.UTF-8" > /mnt/etc/locale.conf && #echo "LANG=de_DE.UTF-8" >/mnt/etc/locale.conf echo "KEYMAP=de-latin1" > /mnt/etc/vconsole.conf && echo "Done."