Skip to content
Discussion options

You must be logged in to vote

Good question and I should probably clarify some things in the readme!

the -i option will send a notification when it lists currently available updates, so if run with -a it'll send a notification and then continue with updating them.

It's not customizable unless you modify the code - it's just a function getting called with list of currently available updates as argument send_notification "${GotUpdates[@]}" .
Then that function differ depending on what notify.sh plugin you're using. But the content is the same.

If you'd like to experiment you could add a 2ndary function to your notify.sh like send_notification_post () and write your custom code as you wish and then call that function lat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ovizii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants