mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Revert this fr change
This commit is contained in:
parent
37e8a2a370
commit
8979541dfe
@ -1999,15 +1999,15 @@ restore_futurerestore() {
|
||||
if [[ $debug_mode == 1 ]]; then
|
||||
ExtraArgs+=("-d")
|
||||
fi
|
||||
if [[ $platform == "macos" && $device_target_other != 1 && $device_target_vers == "10.3.3" && $device_proc == 7 ]]; then
|
||||
futurerestore="$dir/futurerestore_194"
|
||||
ipsw_path="$ipsw_custom"
|
||||
else
|
||||
if [[ $platform != "macos" ]]; then
|
||||
if (( device_proc < 7 )); then
|
||||
futurerestore+="_old"
|
||||
else
|
||||
futurerestore+="_new"
|
||||
fi
|
||||
elif [[ $device_target_other != 1 && $device_target_vers == "10.3.3" && $device_proc == 7 ]]; then
|
||||
futurerestore="$dir/futurerestore_194"
|
||||
ipsw_path="$ipsw_custom"
|
||||
fi
|
||||
ExtraArgs+=("-t" "$shsh_path" "$ipsw_path.ipsw")
|
||||
ipsw_extract
|
||||
|
Loading…
Reference in New Issue
Block a user