diff options
Diffstat (limited to 'crontab')
| -rw-r--r-- | crontab/root.crontab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crontab/root.crontab b/crontab/root.crontab index 48cb3ab..dbe87f6 100644 --- a/crontab/root.crontab +++ b/crontab/root.crontab @@ -1,5 +1,6 @@ # Meant to be installed as root -0 12 */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log +0 12 */2 * * pacman --noconfirm -Syu +20 12 */2 * * pacman -Qdt | xargs pacman --noconfirm -Rns # vim:ft=crontab |
