From 1c2e8586f4d9cd147bbf245194beb08de1f97701 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 10:34:36 +0200 Subject: Added crontab for pacman, clout and newsboat --- crontab/root.crontab | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crontab/root.crontab (limited to 'crontab/root.crontab') diff --git a/crontab/root.crontab b/crontab/root.crontab new file mode 100644 index 0000000..ada8721 --- /dev/null +++ b/crontab/root.crontab @@ -0,0 +1,5 @@ +# Meant to be installed as root + +* * */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log + +# vim:ft=crontab -- cgit