mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-02 21:04:20 +01:00
Created Set up iOS-OTA-Downgrader (macOS) (markdown)
parent
9d1f66c730
commit
70d0b4deff
10
Set-up-iOS-OTA-Downgrader-(macOS).md
Normal file
10
Set-up-iOS-OTA-Downgrader-(macOS).md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user