mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
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:
parent
ea84b1bfcd
commit
e07d0bd478
@ -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]}
|
||||
|
Loading…
Reference in New Issue
Block a user