mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +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."
|
||||
return
|
||||
elif [[ -n $1 ]]; then
|
||||
device_find_mode Restore
|
||||
if [[ $platform == "macos" ]]; then
|
||||
sleep 20
|
||||
else
|
||||
device_find_mode Restore
|
||||
fi
|
||||
fi
|
||||
|
||||
case $1 in
|
||||
|
Loading…
Reference in New Issue
Block a user