mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-19 13:46:05 +10:00
Fix print formatting
This commit is contained in:
@@ -142,9 +142,9 @@ class PatchSysVolume:
|
|||||||
self.unmount_drive()
|
self.unmount_drive()
|
||||||
else:
|
else:
|
||||||
if self.constants.detected_os == self.constants.catalina:
|
if self.constants.detected_os == self.constants.catalina:
|
||||||
print("Merging kernel cache")
|
print("- Merging kernel cache")
|
||||||
Utilities.process_status(self.elevated(["kcditto"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT))
|
Utilities.process_status(self.elevated(["kcditto"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT))
|
||||||
print("Merging dyld cache")
|
print("- Merging dyld cache")
|
||||||
Utilities.process_status(self.elevated(["update_dyld_shared_cache", "-root", f"{self.mount_location}/"]))
|
Utilities.process_status(self.elevated(["update_dyld_shared_cache", "-root", f"{self.mount_location}/"]))
|
||||||
print("- Patching complete")
|
print("- Patching complete")
|
||||||
print("\nPlease reboot the machine for patches to take effect")
|
print("\nPlease reboot the machine for patches to take effect")
|
||||||
|
|||||||
Reference in New Issue
Block a user