Update install.sh
This commit is contained in:
parent
20c00af363
commit
9c673d5a34
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ EOF
|
||||||
|
|
||||||
generate() {
|
generate() {
|
||||||
if [[ "${install_boot}" == 'true' ]]; then
|
if [[ "${install_boot}" == 'true' ]]; then
|
||||||
if [[ -d "/boot/efi/EFI/fedora" ]]; then
|
if [[ -d "/boot/efi/EFI/fedora" ]]; then
|
||||||
THEME_DIR='/boot/efi/EFI/fedora/themes'
|
THEME_DIR='/boot/efi/EFI/fedora/themes'
|
||||||
fi
|
fi
|
||||||
if [[ -d "/boot/grub" ]]; then
|
if [[ -d "/boot/grub" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue