Skip to content

Commit

Permalink
Update restore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Sep 27, 2023
1 parent df0f2eb commit d5d95f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2904,11 +2904,7 @@ restore_prepare() {
elif [[ $device_target_vers == "4.1" || $device_target_vers == "$device_latest_vers" ]]; then
if [[ $ipsw_jailbreak == 1 ]]; then
shsh_save version $device_target_vers
if [[ $device_target_vers == "4.1" ]]; then
device_target_mode pwnDFU
else
device_buttons
fi
device_target_mode pwnDFU
restore_idevicerestore
else
restore_latest
Expand Down

0 comments on commit d5d95f4

Please sign in to comment.