Remove non-functioning command
This commit is contained in:
parent
b4a70b887c
commit
8685b3ffa0
1 changed files with 0 additions and 1 deletions
|
@ -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/GRUB/install.sh";
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/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 "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GNOME/install.sh";
|
||||||
arch-chroot localectl set-x11-keymap "$ARCH_X11_KEYMAP";
|
|
||||||
|
|
||||||
|
|
||||||
USER_NAME="${USER_NAME}" \
|
USER_NAME="${USER_NAME}" \
|
||||||
|
|
Loading…
Reference in a new issue