We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa90bc7 commit 58e4dc7Copy full SHA for 58e4dc7
restore.sh
@@ -2121,7 +2121,7 @@ device_enter_mode() {
2121
fi
2122
elif [[ $device_type == "iPod2,1" || $device_proc == 4 ]]; then
2123
tool="primepwn"
2124
- if [[ $platform == "macos" && $platform_arch == "arm64" ]]; then
+ if [[ $platform == "macos" && $platform_arch == "arm64" && $device_type != "iPod2,1" ]]; then
2125
tool="reipwnder"
2126
2127
elif [[ $device_proc == 6 ]]; then
0 commit comments