From 5a9e5b58a0404289d41956cd2207fb5da22fbb2a Mon Sep 17 00:00:00 2001 From: anandusateesh <76695947+anandusateeshNSUT@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:07:59 +0530 Subject: [PATCH] Fixed directory issues --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index abd5d50..0b77c9b 100755 --- a/install.sh +++ b/install.sh @@ -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