better print
This commit is contained in:
parent
1982050d1a
commit
b4e66807cc
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
json=$(curl -Ls https://api.github.com/repos/Radarr/Radarr/releases/latest --header "Authorization: Bearer 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" --header "X-GitHub-Api-Version: 2022-11-28")
|
||||
|
||||
name=$(jq '.name' <<<$json | tr -d '"')
|
||||
echo $name
|
||||
echo "Building Radarr v$name"
|
||||
|
||||
control_file="Section: video
|
||||
Priority: optional
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
json=$(curl -Ls https://api.github.com/repos/Sonarr/Sonarr/releases/latest --header "Authorization: Bearer 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" --header "X-GitHub-Api-Version: 2022-11-28")
|
||||
|
||||
name=$(jq '.name' <<<$json | tr -d '"')
|
||||
echo $name
|
||||
echo "Building Sonarr v$name"
|
||||
|
||||
control_file="Section: video
|
||||
Priority: optional
|
||||
|
|
Loading…
Add table
Reference in a new issue