skill issue
This commit is contained in:
parent
3c99a74ce2
commit
032347484f
1 changed files with 1 additions and 1 deletions
|
|
@ -1267,7 +1267,7 @@ if [ true ]; then
|
|||
|
||||
while true
|
||||
do
|
||||
if [ ! "$version" = "$SystemVersion" ] && [ ! "$version" = "" ]; then
|
||||
if [ ! "$version" = "$SystemVersion" ] && [ ! "$SystemVersion" = "" ]; then
|
||||
echo "Version detected!. we are gonna use $SystemVersion"
|
||||
ipswLLB=$(curl -sL "https://api.ipsw.me/v4/device/$deviceid?type=ipsw" | "$dir"/jq '.firmwares | .[] | select(.version=="'$SystemVersion'")' | "$dir"/jq -s '.[0] | .url' --raw-output)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue