Update ipsw and message about memory option

for those that are running with not enough ram or storage space
This commit is contained in:
LukeZGD 2021-09-18 20:02:08 +08:00
parent 4b9a11d387
commit b3990bcfe5
3 changed files with 4 additions and 2 deletions

View File

@ -70,8 +70,10 @@ IPSW32() {
ExtraArgs+="-bbupdate" ExtraArgs+="-bbupdate"
if [[ ! -e $IPSWCustom.ipsw ]]; then if [[ ! -e $IPSWCustom.ipsw ]]; then
Echo "* By default, memory option is set to Y, you may select N later if you encounter problems" Echo "* By default, memory option is set to Y."
Echo "* If it doesn't work with both, you might not have enough RAM and/or tmp storage" 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 read -p "$(Input 'Memory option? (press Enter/Return if unsure) (Y/n):')" JBMemory
[[ $JBMemory != 'N' && $JBMemory != 'n' ]] && ExtraArgs+=" -memory" [[ $JBMemory != 'N' && $JBMemory != 'n' ]] && ExtraArgs+=" -memory"
Log "Preparing custom IPSW..." Log "Preparing custom IPSW..."

Binary file not shown.

Binary file not shown.