Fixed openSUSE issues

pull/37/head
vinceliuice 7 years ago
parent a17983d9f6
commit 906cdd615c

@ -123,7 +123,11 @@ install() {
elif has_command grub-mkconfig; then
grub-mkconfig -o /boot/grub/grub.cfg
elif has_command grub2-mkconfig; then
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
if [ $(which zypper &>/dev/null) ]; then
grub2-mkconfig -o /boot/grub2/grub.cfg
elif [ $(which dnf &>/dev/null) ]; then
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
fi
fi
# Success message

Loading…
Cancel
Save