Update install.sh

This commit is contained in:
proledatarian 2022-02-13 15:49:30 +00:00
parent c59e80af7d
commit ac2d1edd12
1 changed files with 4 additions and 4 deletions

View File

@ -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