From 755c36f724fef7435e39f6db502ace04939c0386 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Tue, 18 Oct 2022 13:32:27 +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 8c5ff6d..0e2085d 100644 --- a/install.sh +++ b/install.sh @@ -266,7 +266,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.