mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-14 10:37:40 -07:00
feat(updater): change url to request the latest release
This commit is contained in:
parent
672951ac8d
commit
902a81c790
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ do
|
|||
latestversion=$force
|
||||
.log 7 "forcing version: $latestversion"
|
||||
fi
|
||||
json=$(curl -sL https://ci.appveyor.com/api/projects/tidusjar/requestplex/build/$latestversion)
|
||||
json=$(curl -sL https://github.com/Ombi-app/Ombi.Releases/releases/tag/$latestversion)
|
||||
.log 8 "json: $json"
|
||||
jobId=$(grep -Po '(?<="jobId":")([^"]+)' <<< "$json")
|
||||
.log 7 "jobId: $jobId"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue