From 5fd17cc5e81bc83b3de4fef2f0c89fe0a73fe15c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 9 Jun 2021 19:21:20 -0600 Subject: [PATCH] Fix skipping text --- Resources/SysPatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 4a685af07..57a16e5bb 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -103,6 +103,7 @@ class PatchSysVolume: print(result.stdout.decode()) print("") print("\nPlease reboot the machine to avoid potential issues rerunning the patcher") + input("Press [ENTER] to continue") else: self.success_status = True print("- Successfully built new kernel cache") @@ -113,6 +114,7 @@ class PatchSysVolume: self.unmount_drive() print("- Patching complete") print("\nPlease reboot the machine for patches to take effect") + input("Press [ENTER] to continue") def unmount_drive(self):