From 01a494b9de6d39a6b6b2256ad128975a1b693d3a Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:20:26 +0800 Subject: [PATCH] Verify all ipsws, not just 32-bit/a7 ones info should be complete in theapplewiki anyway --- restore.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/restore.sh b/restore.sh index d7770d7..3b2326e 100755 --- a/restore.sh +++ b/restore.sh @@ -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