From d4fd5a752cf529a5743b46e97e6a5ac8a932d0af Mon Sep 17 00:00:00 2001 From: edwin170 Date: Fri, 24 Nov 2023 14:47:04 -0400 Subject: [PATCH] fixing Darwin on linux? --- README.md | 2 +- downr1n.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 # ============