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.
This commit is contained in:
LukeZGD 2023-01-15 17:01:43 +08:00
parent ea84b1bfcd
commit e07d0bd478

View File

@ -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]}