Update
This commit is contained in:
parent
7183962895
commit
2110f14f40
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue