Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 authored Nov 9, 2021
1 parent c42347b commit d4aff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update/065-to-066.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
if plist - UEFI - Drivers (array of string) has VBoxHfs.efi, rename it to OpenHfsPlus.efi
*/
plistParsed.Misc.Kernel.Quirks.SetApfsTrimTimeout = -1;
plistParsed.Kernel.Quirks.SetApfsTrimTimeout = -1;
plistParsed.PlatformInfo.UseRawUuidEncoding = false;
plistParsed.PlatformInfo.Generic.MaxBIOSVersion = false;
plistParsed.UEFI.Quirks.DisableSecurityPolicy = false;
Expand Down

0 comments on commit d4aff94

Please sign in to comment.