aboutsummaryrefslogtreecommitdiff
path: root/crontab/root.crontab
blob: dbe87f6b118cde35252b1e16b46e457d8ae6c9e9 (plain)
1
2
3
4
5
6
# Meant to be installed as root

0  12 */2 * * pacman --noconfirm -Syu
20 12 */2 * * pacman -Qdt | xargs pacman --noconfirm -Rns

# vim:ft=crontab