From abf9f1b7674603672805b8b8d850ac2fb56689c9 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:46:26 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 0e3e51d..46c7911 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -18,9 +18,7 @@ - In NoDevice mode, your only options are to Save OTA Blobs, and Create Custom IPSW for 32-bit devices. - Example of usage with argument: `./restore.sh --no-color --entry-device` - The script accepts multiple arguments -- There are 2 optional arguments `--disable-sudoloop` and `--disable-usbmuxd` for Linux. (I don't recommend enabling any of these since default behavior should work fine in most cases, maybe only `--disable-usbmuxd` will be useful in case) - - By default, Legacy iOS Kit stops the usbmuxd service and starts up `sudo usbmuxd -pz`. The `--disable-usbmuxd` argument disables this - - By default, Legacy iOS Kit runs some tools as root like irecovery and idevicerestore among others. The `--disable-sudoloop` argument disables this +- There are 2 optional arguments `--disable-sudoloop` and `--disable-usbmuxd` for Linux. (I don't recommend enabling any of these 2 in most cases) - All other options (full output of `--help`): ```