diff --git a/scripts/Arch/OS/setup.sh b/scripts/Arch/OS/setup.sh index 3bfd9796..2fda0e24 100755 --- a/scripts/Arch/OS/setup.sh +++ b/scripts/Arch/OS/setup.sh @@ -52,7 +52,6 @@ arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P; arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh"; arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh"; arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GNOME/install.sh"; -arch-chroot localectl set-x11-keymap "$ARCH_X11_KEYMAP"; USER_NAME="${USER_NAME}" \