mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 03:18:00 +00:00
docs: add a note to motd to check the latest release notes
This commit is contained in:
@@ -29,7 +29,7 @@ elif [ "$IMAGE_TAG" != "latest" ]; then
|
||||
elif [ "$DIFFERENCE" -ge "$WEEK" ]; then
|
||||
TIP='~~~ NOTICE: Your current image is over 1 week old, run `ujust update`. ~~~'
|
||||
else
|
||||
TIP='~~~ NOTICE: There is currently no notice. ~~~'
|
||||
TIP='~~~ NOTICE: View the latest release notes: https://github.com/secureblue/secureblue/releases/latest ~~~'
|
||||
fi
|
||||
|
||||
TIP_OUTPUT=$(sed -e "s/%IMAGE_REF_NAME%/$IMAGE_REF_NAME/g" -e "s/%IMAGE_TAG%/$IMAGE_TAG/g" -e "s#%TIP%#$TIP#g" /usr/share/ublue-os/motd/secureblue.txt)
|
||||
|
||||
Reference in New Issue
Block a user