From 0e32eb30ec7373668848a98dcac64291a6e2cdce Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sun, 13 Feb 2022 19:12:42 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2c7e57e..3ac6f7a 100644 --- a/install.sh +++ b/install.sh @@ -175,12 +175,12 @@ echo "Hostname set." # Setting locale. echo "Setting and generating locale." echo -e -localegen=$(cat /mnt/etc/locale.gen) +#localegen=$(cat /mnt/etc/locale.gen) cat </mnt/etc/locale.gen en_US.UTF-8 UTF-8 de_DE.UTF-8 UTF-8 EOF -echo "${localegen}" >>/mnt/etc/locale.gen +#echo "${localegen}" >>/mnt/etc/locale.gen arch-chroot /mnt locale-gen echo "LANG=de_DE.UTF-8" >/mnt/etc/locale.conf echo "KEYMAP=de-latin1" > /mnt/etc/vconsole.conf