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