Verify all ipsws, not just 32-bit/a7 ones

info should be complete in theapplewiki anyway
This commit is contained in:
LukeZGD 2024-01-03 19:20:26 +08:00
parent 6ce4316494
commit 01a494b9de

View File

@ -1852,9 +1852,6 @@ ipsw_verify() {
local cutver
local device
local IPSWSHA1=$(cat "$device_fw_dir/$build_id/sha1sum" 2>/dev/null)
if (( device_proc > 7 )); then
return
fi
case $build_id in
*[bcdefgkpquv] ) return;;
esac