Skip to content

Commit

Permalink
Add some sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Nov 23, 2023
1 parent a71bb17 commit 662b1fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ while [ $# -gt 0 ]; do
shift
shift
done
echo Looking for previous files
jqverbose "$(cat $versions)"

data="$streampath/$stream.json"
echo "Checking updates from $stream stream from : $data"
echo "Checking updates for $stream stream from : $data"

echo "Looking for $artifact $arch release"
data=$(curl --no-progress-meter $data | jq .architectures.$arch.artifacts.$artifact)
Expand Down

0 comments on commit 662b1fa

Please sign in to comment.