File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,9 +626,9 @@ def amd_patch(self, backlight_path):
626626 print ("- Adding CPU Name Patch" )
627627 if self .get_kext_by_bundle_path ("RestrictEvents.kext" )["Enabled" ] is False :
628628 self .enable_kext ("RestrictEvents.kext" , self .constants .restrictevents_version , self .constants .restrictevents_path )
629- if self .model == self .constants .override_smbios :
630- print ("- Adding -no_compat_check" )
631- self .config ["NVRAM" ]["Add" ]["7C436110-AB2A-4BBB-A880-FE41995C9F82" ]["boot-args" ] += " -no_compat_check"
629+ if self .model == self .constants .override_smbios :
630+ print ("- Adding -no_compat_check" )
631+ self .config ["NVRAM" ]["Add" ]["7C436110-AB2A-4BBB-A880-FE41995C9F82" ]["boot-args" ] += " -no_compat_check"
632632
633633 def set_smbios (self ):
634634 spoofed_model = self .model
You can’t perform that action at this time.
0 commit comments