From 6424f70bf18bc3ec7e7f8cbc6185b14b36dee0a2 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Sat, 16 Mar 2024 05:49:22 +0800 Subject: [PATCH] Remove this check for now --- restore.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/restore.sh b/restore.sh index 2adff53..1535772 100755 --- a/restore.sh +++ b/restore.sh @@ -5714,13 +5714,6 @@ menu_ipsw_browse() { if (( device_proc < 7 )); then ipswcc="$(unzip -l "$newpath.ipsw" | grep -c 20[23])" fi - if [[ $1 != "custom" && $ipswcc != 0 ]]; then - warn "Custom IPSW selected, cannot continue." - print "* Do NOT select a custom IPSW for this selection." - print "* Please select the original IPSW for the IPSW selection." - pause - return - fi ipsw_version_set "$newpath" "$1" if [[ $(cat Restore.plist | grep -c $device_type) == 0 ]]; then log "Selected IPSW is not for your device $device_type."