Created Set up iOS-OTA-Downgrader (macOS) (markdown)

LukeeGD 2023-03-18 12:53:58 +08:00
parent 9d1f66c730
commit 70d0b4deff

@ -0,0 +1,10 @@
## Section 1 - Set up iOS-OTA-Downgrader
1. [Download iOS-OTA-Downgrader here](https://github.com/LukeZGD/iOS-OTA-Downgrader/releases/tag/latest) and extract the zip archive.
- You may also clone the repo: `git clone --depth 1 https://github.com/LukeZGD/iOS-OTA-Downgrader.git`
1. Open a Terminal window.
1. Install bash, libimobiledevice, and libirecovery from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/).
- For Homebrew: `brew install bash libimobiledevice libirecovery`
- For MacPorts: `sudo port install bash libimobiledevice libirecovery`
1. Start the script: Go to where the extracted files are located, drag `restore.sh` to the Terminal window, and press Enter/Return.
1. On its first run, it will download and install dependencies. This will take some time depending on your Internet connection. When it's done, proceed to the next section.