Fix prompt for Memory Option

This commit is contained in:
LukeZGD 2022-07-17 10:41:33 +08:00
parent ca2dd826c5
commit eaf36a0bbd

View File

@ -68,7 +68,11 @@ JailbreakOption() {
echo echo
if [[ $Jailbreak != 1 || $platform == "win" ]]; then if [[ $Jailbreak != 1 || $platform == "win" ]]; then
[[ $ProductType == "iPhone3"* && $OSVer == "7.1.2" ]] && return if [[ $ProductType == "iPhone3"* ]]; then
[[ $OSVer == "7.1.2" ]] && return
else
return
fi
fi fi
Input "Memory Option for creating custom IPSW" Input "Memory Option for creating custom IPSW"
Echo "* This option makes creating the custom IPSW faster, but it requires at least 8GB of RAM." Echo "* This option makes creating the custom IPSW faster, but it requires at least 8GB of RAM."