This commit is contained in:
Valeria Fadeeva 2023-10-18 14:45:00 +05:00
parent 7183962895
commit 2110f14f40
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ fi
echo "Found $KERNEL_DIR"
theme=$(grep "themes" "/efi/EFI/refind/refind.conf" | cut -d"/" -f2)
#theme=$(grep "themes" "/efi/EFI/refind/refind.conf" | cut -d"/" -f2)
theme=$(cat "/etc/refind-menu-generator/theme.conf" | awk '{$1=$1;print}')
if [ -d "$KERNEL_DIR" ]; then