mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Fix skipping text
This commit is contained in:
@@ -103,6 +103,7 @@ class PatchSysVolume:
|
|||||||
print(result.stdout.decode())
|
print(result.stdout.decode())
|
||||||
print("")
|
print("")
|
||||||
print("\nPlease reboot the machine to avoid potential issues rerunning the patcher")
|
print("\nPlease reboot the machine to avoid potential issues rerunning the patcher")
|
||||||
|
input("Press [ENTER] to continue")
|
||||||
else:
|
else:
|
||||||
self.success_status = True
|
self.success_status = True
|
||||||
print("- Successfully built new kernel cache")
|
print("- Successfully built new kernel cache")
|
||||||
@@ -113,6 +114,7 @@ class PatchSysVolume:
|
|||||||
self.unmount_drive()
|
self.unmount_drive()
|
||||||
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")
|
||||||
|
input("Press [ENTER] to continue")
|
||||||
|
|
||||||
|
|
||||||
def unmount_drive(self):
|
def unmount_drive(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user