diff --git a/Troubleshooting.md b/Troubleshooting.md index 6449c18..f5c2efb 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -64,9 +64,9 @@ For 32-bit devices compatible with restores/downgrades (see README): - If it still gets stuck in recovery mode after the restore to 4.3.x, try going to: Other Utilities -> Disable/Enable Exploit -> Enable exploit ## macOS -- macOS users have to install bash and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended. - - For Homebrew: `brew install bash libusb` - - For MacPorts: `sudo port install bash libusb` +- macOS users should install bash, curl, and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended. + - For Homebrew: `brew install bash curl libusb` + - For MacPorts: `sudo port install bash curl libusb` - If some tools are not working, you may try to `git clone` the repo: `git clone https://github.com/LukeZGD/Legacy-iOS-Kit.git` then try again from there - You may also try this: `cd` to where the files are extracted, then run `sudo xattr -cr bin/macos` - If nothing else works, you may have to try disabling Gatekeeper: `sudo spctl --master-disable`