Remove non-functioning command

This commit is contained in:
Manuel Thalmann 2023-04-04 22:54:25 +02:00
parent 0e0edc250f
commit fb3276b777

View file

@ -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}" \