Skip to content

Commit

Permalink
that looks correct now doesnt it?
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr25691 authored Jan 29, 2024
1 parent d8bb548 commit 9463226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archiso/airootfs/usr/bin/aeros-update
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ then
echo
CHANGELOG=$(jq -r ".releases.$LATEST_VERSION.changelog.[]" /tmp/releases.json)
RELEASE_URL=$(jq -r ".releases.$LATEST_VERSION.url" /tmp/releases.json)
echo "Changelog:"
printf "$CHANGELOG"
echo
echo
echo "GitHub release: $RELEASE_URL"
echo
echo "Notes":
Expand Down

0 comments on commit 9463226

Please sign in to comment.