diff --git a/resources/ipsw.sh b/resources/ipsw.sh index cdc7a20..7dea4a8 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -70,8 +70,10 @@ IPSW32() { ExtraArgs+="-bbupdate" if [[ ! -e $IPSWCustom.ipsw ]]; then - Echo "* By default, memory option is set to Y, you may select N later if you encounter problems" - Echo "* If it doesn't work with both, you might not have enough RAM and/or tmp storage" + Echo "* By default, memory option is set to Y." + Echo "* Make sure that you have at least 8GB of RAM for it to work!" + Echo "* If it freezes or fails, this may mean that you do not have enough RAM." + Echo "* You may select N if this happens, but make sure that you have enough storage space." read -p "$(Input 'Memory option? (press Enter/Return if unsure) (Y/n):')" JBMemory [[ $JBMemory != 'N' && $JBMemory != 'n' ]] && ExtraArgs+=" -memory" Log "Preparing custom IPSW..." diff --git a/resources/tools/ipsw_linux b/resources/tools/ipsw_linux index 8693cc7..a3af53f 100755 Binary files a/resources/tools/ipsw_linux and b/resources/tools/ipsw_linux differ diff --git a/resources/tools/ipsw_macos b/resources/tools/ipsw_macos index 3b0bc9b..4c69dfc 100755 Binary files a/resources/tools/ipsw_macos and b/resources/tools/ipsw_macos differ