routeros_firmware: Show changelog after download

This commit is contained in:
Timo Makinen 2024-04-06 18:30:53 +00:00
parent e2fb492195
commit 7496125098

View file

@ -55,3 +55,8 @@ if [ "$(sha256sum "${packagename}.tmp" | cut -d " " -f 1)" != "$checksum" ]; the
fi
mv "${packagename}.tmp" "$packagename"
echo
curl -sSf "https://cdn.mikrotik.com/routeros/$(echo "$packagename" | cut -d "-" -f 2)/CHANGELOG"
echo
echo