mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Verify all ipsws, not just 32-bit/a7 ones
info should be complete in theapplewiki anyway
This commit is contained in:
parent
6ce4316494
commit
01a494b9de
@ -1852,9 +1852,6 @@ ipsw_verify() {
|
|||||||
local cutver
|
local cutver
|
||||||
local device
|
local device
|
||||||
local IPSWSHA1=$(cat "$device_fw_dir/$build_id/sha1sum" 2>/dev/null)
|
local IPSWSHA1=$(cat "$device_fw_dir/$build_id/sha1sum" 2>/dev/null)
|
||||||
if (( device_proc > 7 )); then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
case $build_id in
|
case $build_id in
|
||||||
*[bcdefgkpquv] ) return;;
|
*[bcdefgkpquv] ) return;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user