From 9f2683d8f4fb179215032e1c326b4d333e595c51 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 17 May 2022 08:47:34 -0400 Subject: [PATCH] pacman_notify: add note about crontab --- bin/pacman_notify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/pacman_notify.sh b/bin/pacman_notify.sh index 505b4a2..2c86b53 100755 --- a/bin/pacman_notify.sh +++ b/bin/pacman_notify.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# NOTE: use with user cron, eg) +# 0 */2 * * * $HOME/bin/pacman_notify.sh PKGS=$(checkupdates) uid=1000