Skip to content

Commit

Permalink
fix grub install
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem committed Feb 4, 2018
1 parent 528e593 commit 587157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 587157e

Please sign in to comment.