mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-11 15:59:08 +01:00
Fix libirecovery error and update readme
This commit is contained in:
parent
631b347842
commit
fd1a851023
@ -34,9 +34,10 @@
|
||||
- **You do NOT need blobs to use this**, the script will get them for you
|
||||
- If the restore process does not work for you, try switching USB ports and/or cables
|
||||
- This script will verify the IPSW SHA1sum before restoring
|
||||
- For users having issues related to missing libraries or tools, re-install dependencies with `./restore.sh Install`
|
||||
- For A7 devices:
|
||||
- Do not use USB-C to lightning cables as this can prevent a successful restore
|
||||
- checkm8 ipwndfu is unfortunately pretty unreliable, you may have to try multiple times
|
||||
- checkm8 ipwndfu is unfortunately pretty unreliable, you may have to try multiple times (for Linux users I recommend trying in a live USB)
|
||||
- If the script can't find your device in pwnREC mode or gets stuck, you may have to start over
|
||||
- For 32-bit devices:
|
||||
- This script does not modify the IPSW
|
||||
@ -59,7 +60,7 @@
|
||||
- [igetnonce](https://github.com/LukeZGD/igetnonce)
|
||||
- [ipwndfu](https://github.com/LukeZGD/ipwndfu)
|
||||
- [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)
|
||||
- [imobiledevice-net](https://github.com/libimobiledevice-win32/imobiledevice-net) for macOS
|
||||
- [imobiledevice-net](https://github.com/libimobiledevice-win32/imobiledevice-net) (macOS)
|
||||
- python2
|
||||
- [tsschecker](https://github.com/tihmstar/tihmstar/tsschecker)
|
||||
- [futurerestore 152](http://api.tihmstar.net/builds/futurerestore/futurerestore-latest.zip) (32-bit)
|
||||
|
@ -508,7 +508,10 @@ function InstallDependencies {
|
||||
else
|
||||
Error "Distro not detected/supported by the install script." "See the repo README for supported OS versions/distros"
|
||||
fi
|
||||
[[ $platform == linux ]] && Compile libimobiledevice libirecovery
|
||||
if [[ $platform == linux ]]; then
|
||||
Compile libimobiledevice libirecovery
|
||||
ln -sf /usr/local/lib/libirecovery-1.0.so.3 ../resources/lib/libirecovery-1.0.so.3
|
||||
fi
|
||||
|
||||
Log "Install script done! Please run the script again to proceed"
|
||||
exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user