Skip to content

Commit 58e4dc7

Browse files
authored
Fix #904
1 parent fa90bc7 commit 58e4dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ device_enter_mode() {
21212121
fi
21222122
elif [[ $device_type == "iPod2,1" || $device_proc == 4 ]]; then
21232123
tool="primepwn"
2124-
if [[ $platform == "macos" && $platform_arch == "arm64" ]]; then
2124+
if [[ $platform == "macos" && $platform_arch == "arm64" && $device_type != "iPod2,1" ]]; then
21252125
tool="reipwnder"
21262126
fi
21272127
elif [[ $device_proc == 6 ]]; then

0 commit comments

Comments
 (0)