Actually update grub

This commit is contained in:
Price Hiller 2021-11-25 18:02:28 -06:00
parent 17fc77eaa6
commit 4e5848ec4f

View File

@ -335,7 +335,7 @@ __EOF__
else else
echo "${REPLY}" echo "${REPLY}"
fi fi
done <<< "$(cat /etc/default/grub)" done <<< "$(cat /etc/default/grub)" > /etc/default/grub
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
grub-mkconfig -o /boot/grub/grub.cfg grub-mkconfig -o /boot/grub/grub.cfg