From 7de4fe5e099fc5bbdc736242a987ecb7a6f97689 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:07:11 +0800 Subject: [PATCH] use custom latest to all a7 ios 10 targets not just 10.3.3 downgrading futurerestore nightly --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 6c1bbf3..02e0ca2 100755 --- a/restore.sh +++ b/restore.sh @@ -4191,7 +4191,7 @@ restore_futurerestore() { iPhone* | iPad5,[24] | iPad6,[48] | iPad6,12 ) ExtraArr+=("--latest-baseband");; * ) ExtraArr+=("--no-baseband");; esac - if [[ $device_target_other != 1 && $device_target_vers == "10.3.3" ]]; then + if [[ $device_target_vers == "10"* ]]; then ExtraArr+=("-k" "-g" "14G60") fi log "futurerestore nightly will be used for this restore: https://github.com/futurerestore/futurerestore"