mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
sys_patch_detect: Print KDK error for non-GUI enviroments
This commit is contained in:
@@ -356,6 +356,10 @@ class detect_root_patch:
|
||||
print("\nCannot patch! WhateverGreen.kext missing")
|
||||
print("Please ensure WhateverGreen.kext is installed")
|
||||
|
||||
if self.amfi_must_disable is True:
|
||||
if self.missing_kdk is True:
|
||||
print("\nCannot patch! Kernel Debug Kit missing")
|
||||
print(f"Please ensure the correct KDK is installed (required: {self.constants.detected_os_build})")
|
||||
|
||||
if any(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user