From 8685b3ffa0d802d7867d64cdffb2a85859483c3d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 4 Apr 2023 22:54:25 +0200 Subject: [PATCH] Remove non-functioning command --- scripts/Arch/OS/setup.sh | 1 - 1 file changed, 1 deletion(-) 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}" \