diff --git a/restore.sh b/restore.sh index 3d331d7..34bdbd4 100755 --- a/restore.sh +++ b/restore.sh @@ -285,14 +285,14 @@ Main() { } SelectVersion() { - if [[ $Mode == "Downgrade"* ]]; then - : - elif [[ $Mode == "kDFU" || $Mode == *"4" ]]; then - return - elif [[ $ProductType == "iPad4"* || $ProductType == "iPhone6"* ]]; then + if [[ $DeviceProc == 7 ]]; then OSVer="10.3.3" BuildVer="14G60" return + elif [[ $Mode == "Downgrade"* ]]; then + : + elif [[ $Mode == "kDFU" || $Mode == *"4" ]]; then + return fi if [[ $ProductType == "iPhone5,3" || $ProductType == "iPhone5,4" || $ProductType == "iPhone3"* ]]; then