From 587157e730d937f4f38cf2af496f13f6efcc2b93 Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 4 Feb 2018 18:11:06 +0300 Subject: [PATCH] fix grub install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9c2d594..7578b83 100644 --- a/install.sh +++ b/install.sh @@ -144,7 +144,7 @@ sysconfig(){ "BIOS") color deepblue "installing grub package..." arch-chroot /mnt pacman -S grub-bios - grub-install /dev/sda + arch-chroot /mnt grub-install /dev/sda arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg break ;;