mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Fix indentation crash
This commit is contained in:
@@ -142,7 +142,7 @@ class PatchSysVolume:
|
|||||||
subprocess.run(f"sudo cp -R {self.constants.applebcm_path} {self.mount_extensions}/IONetworkingFamily.kext/Contents/PlugIns/".split(), stdout=subprocess.PIPE).stdout.decode().strip().encode()
|
subprocess.run(f"sudo cp -R {self.constants.applebcm_path} {self.mount_extensions}/IONetworkingFamily.kext/Contents/PlugIns/".split(), stdout=subprocess.PIPE).stdout.decode().strip().encode()
|
||||||
rebuild_required = True
|
rebuild_required = True
|
||||||
|
|
||||||
if self.model in ModelArray.LegacyGPU:
|
#if self.model in ModelArray.LegacyGPU:
|
||||||
#print("- Attemping Legacy GPU Patches")
|
#print("- Attemping Legacy GPU Patches")
|
||||||
#TODO: Re-enable when GPU patches are public
|
#TODO: Re-enable when GPU patches are public
|
||||||
#self.gpu_accel_patches()
|
#self.gpu_accel_patches()
|
||||||
|
|||||||
Reference in New Issue
Block a user