use custom latest to all a7 ios 10 targets

not just 10.3.3 downgrading
futurerestore nightly
This commit is contained in:
LukeZGD 2024-06-26 18:07:11 +08:00
parent bd2de75931
commit 7de4fe5e09

View File

@ -4191,7 +4191,7 @@ restore_futurerestore() {
iPhone* | iPad5,[24] | iPad6,[48] | iPad6,12 ) ExtraArr+=("--latest-baseband");; iPhone* | iPad5,[24] | iPad6,[48] | iPad6,12 ) ExtraArr+=("--latest-baseband");;
* ) ExtraArr+=("--no-baseband");; * ) ExtraArr+=("--no-baseband");;
esac esac
if [[ $device_target_other != 1 && $device_target_vers == "10.3.3" ]]; then if [[ $device_target_vers == "10"* ]]; then
ExtraArr+=("-k" "-g" "14G60") ExtraArr+=("-k" "-g" "14G60")
fi fi
log "futurerestore nightly will be used for this restore: https://github.com/futurerestore/futurerestore" log "futurerestore nightly will be used for this restore: https://github.com/futurerestore/futurerestore"