fix maybe?

This commit is contained in:
array-in-a-matrix 2021-11-02 11:36:20 -04:00
parent ac24857610
commit aa60b20336
1 changed files with 1 additions and 3 deletions

View File

@ -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;