thinlinc_mirror: Print changelog after download

This commit is contained in:
Timo Makinen 2024-07-11 07:40:44 +00:00
parent 7ac216baf8
commit d747f3a150

View file

@ -47,4 +47,6 @@ if [ ! -f "${REPODIR}/${PKGNAME}" ]; then
echo "Updating repository metadata:" echo "Updating repository metadata:"
createrepo_c "${REPODIR}" createrepo_c "${REPODIR}"
echo "" echo ""
unzip -p "$tmpfile" "*release-notes-*.txt"
fi fi