diff --git a/Troubleshooting.md b/Troubleshooting.md index f0f3cb0..81a53d6 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,7 +1,7 @@ ## Common issues - **If something in the process does not work for you:** try unplugging/replugging the device, switching between different USB ports/cables, also try USB 2.0 or 3.0 ports - **IPSW file integrity** will be verified before restoring and/or creating custom IPSW (if custom IPSW is already created, this will be skipped) This is done to make sure that the IPSW is not corrupt or incomplete. -- **For users having issues with missing libraries/tools:** re-install dependencies by deleting the `first_run` file in `resources`, then run the script again. +- **For users having issues with missing libraries/tools:** re-install dependencies by deleting the `firstrun` file in `resources`, then run the script again. - If your device is not being detected in normal mode, make sure to also trust the computer by selecting "Trust" at the pop-up. - **macOS/Windows:** Double-check if the device is being detected by iTunes/Finder. - **Linux:** Run `sudo systemctl restart usbmuxd` then try to run the script again. This also helps with "restore mode" and USB SSH issues.