From eaf36a0bbd544c2cbfeb07cbc31567e7fd8c7d3e Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Sun, 17 Jul 2022 10:41:33 +0800 Subject: [PATCH] Fix prompt for Memory Option --- resources/ipsw.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/ipsw.sh b/resources/ipsw.sh index 135609c..0bfb2ed 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -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."