mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-09-02 09:39:25 +00:00
Add USBToolBox kext
This commit is contained in:
@@ -103,7 +103,7 @@ class KextMaestro:
|
||||
for kext in self.kexts:
|
||||
kext.checked = kext.required
|
||||
|
||||
selected_kexts = []
|
||||
selected_kexts = ["UTBDefault"]
|
||||
|
||||
if "Intel" in hardware_report.get("CPU").get("Manufacturer"):
|
||||
selected_kexts.extend(("SMCProcessor", "SMCSuperIO"))
|
||||
|
||||
Reference in New Issue
Block a user