fixing Darwin on linux?
This commit is contained in:
parent
94d617356a
commit
d4fd5a752c
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ The various command-line options are as follows:
|
|||
|
||||
# fix some problems
|
||||
|
||||
- please execute wikiproxy.py manually if it gives problem with server key.
|
||||
- please execute wikiproxy.py manually if it gives problem with server key. for ex: sudo python3 wikiproxy.py
|
||||
|
||||
- if the error still after above fix, if this happend to you when you are downgrading with futurerestore again please add this arg --keyServer for example ./downr1n.sh --downgrade 14.5 --keyServer.
|
||||
|
||||
|
|
|
|||
|
|
@ -816,8 +816,8 @@ fi
|
|||
|
||||
if [ "$jailbreak" = "1" ]; then
|
||||
cp "$extractedIpsw$(awk "/""${model}""/{x=1}x&&/iBoot[.]/{print;exit}" work/BuildManifest.plist | grep '<string>' |cut -d\> -f2 |cut -d\< -f1)" "work/"
|
||||
ramdisk/Darwin/gaster decrypt work/"$(awk "/""${model}""/{x=1}x&&/iBoot[.]/{print;exit}" work/BuildManifest.plist | grep '<string>' |cut -d\> -f2 |cut -d\< -f1 | sed 's/Firmware[/]all_flash[/]//')" work/iBEC.dec
|
||||
ramdisk/Darwin/gaster reset
|
||||
ramdisk/"$os"/gaster decrypt work/"$(awk "/""${model}""/{x=1}x&&/iBoot[.]/{print;exit}" work/BuildManifest.plist | grep '<string>' |cut -d\> -f2 |cut -d\< -f1 | sed 's/Firmware[/]all_flash[/]//')" work/iBEC.dec
|
||||
ramdisk/"$os"/gaster reset
|
||||
fi
|
||||
|
||||
# ============
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue