mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-20 02:12:45 +01:00
macOS "Finding device in Restore mode" workaround
not a proper fix but whatever
This commit is contained in:
parent
d5d95f4c28
commit
9a885c8ae4
@ -3241,7 +3241,11 @@ device_ramdisk() {
|
|||||||
log "Device should now boot."
|
log "Device should now boot."
|
||||||
return
|
return
|
||||||
elif [[ -n $1 ]]; then
|
elif [[ -n $1 ]]; then
|
||||||
device_find_mode Restore
|
if [[ $platform == "macos" ]]; then
|
||||||
|
sleep 20
|
||||||
|
else
|
||||||
|
device_find_mode Restore
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user