Skip to content

Commit c41ffaa

Browse files
committed
Add Latebloom detection to CLI
1 parent 741eda5 commit c41ffaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OCLP-CLI.command

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ If you plan to create the USB for another machine, please select the "Change Mod
198198
# MacBook8,1 has an odd bug where it cannot install Monterey with Minimal spoofing
199199
self.constants.serial_settings == "Moderate"
200200

201+
self.constants.latebloom_delay, self.constants.latebloom_range, self.constants.latebloom_debug = Utilities.latebloom_detection(model)
202+
201203
def patch_vol(self):
202204
SysPatch.PatchSysVolume(self.constants.custom_model or self.constants.computer.real_model, self.constants).start_patch()
203205

0 commit comments

Comments
 (0)