Browse Source

pacman_notify: add note about crontab

master
cinnaboot 4 years ago
parent
commit
9f2683d8f4
  1. 3
      bin/pacman_notify.sh

3
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

Loading…
Cancel
Save