routeros_firmware: Show changelog after download
This commit is contained in:
parent
e2fb492195
commit
7496125098
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue