From ac2d1edd129d779be2b40d7f6efcec4ab31da834 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sun, 13 Feb 2022 15:49:30 +0000 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index b020c14..f6e094b 100644 --- a/install.sh +++ b/install.sh @@ -255,13 +255,13 @@ EOF echo "timeout 1" >> /mnt/boot/loader/loader.conf echo "default arch.conf" >> /mnt/boot/loader/loader.conf -localectl --no-convert set-keymap de-latin1-nodeadkeys +arch-chroot /mnt localectl --no-convert set-keymap de-latin1-nodeadkeys echo "Username?" read user -useradd -m $user && -passwd $user && -gpasswd -a $user wheel +arch-chroot /mnt useradd -m $user && +arch-chroot /mnt passwd $user && +arch-chroot /mnt gpasswd -a $user wheel cat << EOF > /mnt//etc/X11/xorg.conf.d/00-keyboard.conf # Written by systemd-localed(8), read by systemd-localed and Xorg. It's