fixing ipsw
This commit is contained in:
parent
9de56c3eaa
commit
9aca367fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue