Skip to content

Commit

Permalink
Some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Nov 17, 2024
1 parent 3b4591f commit f96aa36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/linux/x86_64/usbmuxd2
Binary file not shown.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4774,7 +4774,7 @@ restore_futurerestore() {
$futurerestore2 "${ExtraArr[@]}"
opt=$?
log "Restoring done! Read the message below if any error has occurred:"
if [[ $opt != 0 ]]; then
if [[ $opt != 0 ]] && (( device_proc < 7 )); then
print "* If you are getting the error: \"could not retrieve device serial number\","
print " -> Try restoring with the jailbreak option enabled"
fi
Expand Down

0 comments on commit f96aa36

Please sign in to comment.