mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 05:40:01 +10:00
GUI: Add root patching support
This commit is contained in:
@@ -110,6 +110,7 @@ class tui_disk_installation:
|
||||
if result.returncode != 0:
|
||||
if "execution error" in result.stderr.decode() and result.stderr.decode().strip()[-5:-1] == "-128":
|
||||
# cancelled prompt
|
||||
logging.info("- Mount cancelled by user")
|
||||
return
|
||||
else:
|
||||
logging.info("An error occurred!")
|
||||
|
||||
Reference in New Issue
Block a user