mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-24 00:49:17 +01:00
Something ExtraArgs2
This commit is contained in:
parent
50f9140998
commit
24177f770c
@ -2350,9 +2350,10 @@ ipsw_prepare_ios4powder() {
|
|||||||
device_dump activation
|
device_dump activation
|
||||||
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
ExtraArgs+=" ../saved/$device_type/activation.tar"
|
||||||
fi
|
fi
|
||||||
if [[ $device_target_vers != "4.3.5" ]]; then
|
case $device_target_vers in
|
||||||
ExtraArgs2+="--433 "
|
4.2.9 | 4.2.10 | 4.3.[45] ) :;;
|
||||||
fi
|
* ) ExtraArgs2+="--433 ";;
|
||||||
|
esac
|
||||||
if [[ $ipsw_verbose == 1 ]]; then
|
if [[ $ipsw_verbose == 1 ]]; then
|
||||||
ExtraArgs2+="-b -v"
|
ExtraArgs2+="-b -v"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user