diff --git a/README.md b/README.md index 7207b1a..4dd5098 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/downr1n.sh b/downr1n.sh index 4ef3fa1..62b1190 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -816,8 +816,8 @@ fi if [ "$jailbreak" = "1" ]; then cp "$extractedIpsw$(awk "/""${model}""/{x=1}x&&/iBoot[.]/{print;exit}" work/BuildManifest.plist | grep '' |cut -d\> -f2 |cut -d\< -f1)" "work/" - ramdisk/Darwin/gaster decrypt work/"$(awk "/""${model}""/{x=1}x&&/iBoot[.]/{print;exit}" work/BuildManifest.plist | grep '' |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 '' |cut -d\> -f2 |cut -d\< -f1 | sed 's/Firmware[/]all_flash[/]//')" work/iBEC.dec + ramdisk/"$os"/gaster reset fi # ============