mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Find IPSWDL (fixes finding 7.1.2 IPSW)
This commit is contained in:
parent
88f94dfd47
commit
f83cbe2d6a
@ -123,7 +123,7 @@ IPSWFindVerify() {
|
||||
return
|
||||
fi
|
||||
|
||||
if [[ ! -e "$IPSW.ipsw" ]]; then
|
||||
if [[ ! -e "$IPSWDL.ipsw" ]]; then
|
||||
Log "iOS $OSVerDL IPSW for $ProductType cannot be found."
|
||||
Echo "* If you already downloaded the IPSW, move/copy it to the directory where the script is located."
|
||||
Echo "* Do NOT rename the IPSW as the script will fail to detect it."
|
||||
|
Loading…
Reference in New Issue
Block a user