mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Possible fix for issue 117
though the error falls on some other program that uses these files, like software update. This appear to be a bug in Catalina and newer and more errors like that are expected.. The fix is to delete the problematic files before the installer tries to overwrite them.
This commit is contained in:
parent
352d994b92
commit
006d82875f
@ -200,6 +200,9 @@ if [[ -d "${EFI_ROOT_DIR}/EFI/CLOVER/drivers64UEFI" && \
|
||||
fi
|
||||
fi
|
||||
|
||||
# issue 117, even if the fault lies with some other program that uses these files
|
||||
rm -f "${EFI_ROOT_DIR}/EFI/BOOT/BOOTX64.efi
|
||||
rm -f "${EFI_ROOT_DIR}/EFI/CLOVER/CLOVERX64.efi
|
||||
|
||||
# Remove old CloverEFI files
|
||||
#rm -fv "$EFI_ROOT_DIR"/boot{3,6,7}
|
||||
|
Loading…
Reference in New Issue
Block a user