fixing ipsw

This commit is contained in:
edwin 2023-09-17 09:29:13 -04:00
parent 9de56c3eaa
commit 9aca367fa5

View file

@ -618,8 +618,8 @@ fi
# extract ipsw # extract ipsw
# ========= # =========
# understand my code is more difficult that understand a programing language fr
if [ ! -e "ipsw/*.ipsw" ]; then if [ ! $(ls ipsw/*.ipsw) ]; then
echo "YOU DON'T HAVE AN IPSW SO WE ARE GONNA DOWNLOAD IT, THE IPSW WILL BE for $deviceid AND the version $version, DO YOU WANT TO CHANGE THE VERSION (YES) OR (NO)" echo "YOU DON'T HAVE AN IPSW SO WE ARE GONNA DOWNLOAD IT, THE IPSW WILL BE for $deviceid AND the version $version, DO YOU WANT TO CHANGE THE VERSION (YES) OR (NO)"
while true; do while true; do
read -r answer read -r answer