mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-05-29 17:51:55 +02:00
Do not error in ipsw_get_url if selected ipsw is beta
This commit is contained in:
parent
059e51c094
commit
6f501314fa
@ -2459,7 +2459,9 @@ ipsw_get_url() {
|
||||
ipsw_url="$url"
|
||||
return
|
||||
fi
|
||||
error "Unable to get URL for $device_type-$build_id"
|
||||
if [[ $ipsw_isbeta != 1 ]]; then
|
||||
error "Unable to get URL for $device_type-$build_id"
|
||||
fi
|
||||
fi
|
||||
mkdir -p $device_fw_dir/$build_id 2>/dev/null
|
||||
echo "$url" > $device_fw_dir/$build_id/url
|
||||
|
Loading…
x
Reference in New Issue
Block a user