From c41ffaafc269e897abfc53912a321361740d1e63 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 30 Jul 2021 09:37:19 -0600 Subject: [PATCH] Add Latebloom detection to CLI --- OCLP-CLI.command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OCLP-CLI.command b/OCLP-CLI.command index 1cfd0a74a..635a33a21 100755 --- a/OCLP-CLI.command +++ b/OCLP-CLI.command @@ -198,6 +198,8 @@ If you plan to create the USB for another machine, please select the "Change Mod # MacBook8,1 has an odd bug where it cannot install Monterey with Minimal spoofing self.constants.serial_settings == "Moderate" + self.constants.latebloom_delay, self.constants.latebloom_range, self.constants.latebloom_debug = Utilities.latebloom_detection(model) + def patch_vol(self): SysPatch.PatchSysVolume(self.constants.custom_model or self.constants.computer.real_model, self.constants).start_patch()