Update install.sh

pull/107/head
Vince 5 years ago
parent d8dfb0f609
commit f3b5e2783e

@ -326,7 +326,7 @@ updating_grub() {
elif has_command zypper; then
grub2-mkconfig -o /boot/grub2/grub.cfg
elif has_command dnf; then
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
grub2-mkconfig -o /boot/grub2/grub.cfg || grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
fi
# Success message

Loading…
Cancel
Save