mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-12 08:19:13 +01:00
Show "Send Pwned iBSS" option for A6 normal mode
This commit is contained in:
parent
decbf20c3e
commit
63317b3249
@ -5922,7 +5922,9 @@ menu_other() {
|
||||
if (( device_proc < 7 )); then
|
||||
if [[ $device_mode == "Normal" ]]; then
|
||||
menu_items+=("Enter kDFU Mode")
|
||||
if [[ $device_proc != 5 ]]; then
|
||||
if [[ $device_proc == 6 ]]; then
|
||||
menu_items+=("Send Pwned iBSS")
|
||||
elif [[ $device_proc != 5 ]]; then
|
||||
menu_items+=("Enter pwnDFU Mode")
|
||||
fi
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user