From 69d53a616a1285913cec299593610f49f3d2a359 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 9 Mar 2022 10:45:07 +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 4095d84..f2a58ca 100644 --- a/install.sh +++ b/install.sh @@ -276,7 +276,7 @@ echo "Setting and generating locale." #localegen=$(cat /mnt/etc/locale.gen) cat < /mnt/etc/locale.gen en_US.UTF-8 UTF-8 -#de_DE.UTF-8 UTF-8 +de_DE.UTF-8 UTF-8 EOF #echo "${localegen}" >>/mnt/etc/locale.gen arch-chroot /mnt locale-gen @@ -290,7 +290,7 @@ echo echo "Setting locale and keyboard layout." arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys && -cat << EOF > /mnt//etc/X11/xorg.conf.d/00-keyboard.conf && +cat << EOF > /mnt/etc/X11/xorg.conf.d/00-keyboard.conf && # Written by systemd-localed(8), read by systemd-localed and Xorg. It's # probably wise not to edit this file manually. Use localectl(1) to # instruct systemd-localed to update it.