2
0
mirror of https://github.com/LukeZGD/Legacy-iOS-Kit.git synced 2025-04-20 21:51:24 +02:00

Fix prompt for Memory Option

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

@ -68,7 +68,11 @@ JailbreakOption() {
echo
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
Input "Memory Option for creating custom IPSW"
Echo "* This option makes creating the custom IPSW faster, but it requires at least 8GB of RAM."