From aa60b20336261b3ff1465a7ab207224c05788f5b Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 2 Nov 2021 11:36:20 -0400 Subject: [PATCH] fix maybe? --- btw-i-use-arch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/btw-i-use-arch b/btw-i-use-arch index 3816cbd..8fb2911 100644 --- a/btw-i-use-arch +++ b/btw-i-use-arch @@ -12,9 +12,7 @@ arch-chroot /mnt; pacman -Sy --noconfirm grub; -grub-install /dev/sda; - -grub-mkconfig -o /boot/grub/grub.cfg; +grub-install /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg; exit;