mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
an ipwnder change
This commit is contained in:
parent
4fccf30934
commit
f08bd8fd2d
@ -1567,8 +1567,8 @@ device_enter_mode() {
|
|||||||
log "Placing device to pwnDFU mode using ipwnder_lite"
|
log "Placing device to pwnDFU mode using ipwnder_lite"
|
||||||
opt="$ipwnder"
|
opt="$ipwnder"
|
||||||
case $device_proc in
|
case $device_proc in
|
||||||
6 ) opt+="2 -p";;
|
|
||||||
4 ) opt+=" -d";;
|
4 ) opt+=" -d";;
|
||||||
|
* ) opt+="2 -p";;
|
||||||
esac
|
esac
|
||||||
$opt
|
$opt
|
||||||
tool_pwned=$?
|
tool_pwned=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user