mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-12-25 18:35:35 +01:00
Fixed openSUSE issues
This commit is contained in:
parent
a17983d9f6
commit
906cdd615c
@ -123,7 +123,11 @@ install() {
|
|||||||
elif has_command grub-mkconfig; then
|
elif has_command grub-mkconfig; then
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
elif has_command grub2-mkconfig; then
|
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
|
fi
|
||||||
|
|
||||||
# Success message
|
# Success message
|
||||||
|
Loading…
Reference in New Issue
Block a user