2 Commits

Author SHA1 Message Date
Vince 20c00af363 Merge pull request #198 from anandusateeshNSUT/master
Fixed directory issues for fedora in the install.sh itself
2023-07-22 02:32:45 +08:00
anandusateesh 5a9e5b58a0 Fixed directory issues 2023-07-21 23:07:59 +05:30
+3
View File
@@ -77,6 +77,9 @@ EOF
generate() { generate() {
if [[ "${install_boot}" == 'true' ]]; then 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 if [[ -d "/boot/grub" ]]; then
THEME_DIR='/boot/grub/themes' THEME_DIR='/boot/grub/themes'
elif [[ -d "/boot/grub2" ]]; then elif [[ -d "/boot/grub2" ]]; then