From e07d0bd478e026bd9807048f32be2afbb0f7719e Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Sun, 15 Jan 2023 17:01:43 +0800 Subject: [PATCH] Fix more typos this rewrite is due for more testing on iphone 4. unfortunately my home button broke and am waiting for the replacement part to arrive for now. --- restore.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/restore.sh b/restore.sh index 592cc27..c96c67f 100755 --- a/restore.sh +++ b/restore.sh @@ -1270,9 +1270,6 @@ ipsw_preference_set() { shsh_save() { # usage: shsh_save {apnonce (optional)} # sets variable shsh_path - - log "Saving $device_target_vers blobs for $device_type with ECID $device_ecid" - local version=$device_target_vers local build_id=$device_target_build local apnonce @@ -1597,7 +1594,7 @@ ipsw_prepare_powder() { fi if [[ ! -e ../resources/jailbreak/${JBFiles[0]} ]]; then download_file https://github.com/LukeZGD/iOS-OTA-Downgrader-Keys/releases/download/jailbreak/${JBFiles[0]} ${JBFiles[0]} $JBSHA1 - cp ${JBFiles[2]} ../resources/jailbreak/${JBFiles[0]} + cp ${JBFiles[0]} ../resources/jailbreak/${JBFiles[0]} fi for i in {0..2}; do JBFiles[i]=../resources/jailbreak/${JBFiles[$i]}