mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 15:36:14 +01:00
Merge pull request #198 from anandusateeshNSUT/master
Fixed directory issues for fedora in the install.sh itself
This commit is contained in:
commit
20c00af363
@ -77,6 +77,9 @@ EOF
|
||||
|
||||
generate() {
|
||||
if [[ "${install_boot}" == 'true' ]]; then
|
||||
if [[ -d "/boot/efi/EFI/fedora" ]]; then
|
||||
THEME_DIR='/boot/efi/EFI/fedora/themes'
|
||||
fi
|
||||
if [[ -d "/boot/grub" ]]; then
|
||||
THEME_DIR='/boot/grub/themes'
|
||||
elif [[ -d "/boot/grub2" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user