diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-10-19 16:56:33 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-10-19 16:56:33 +0200 |
commit | 3f1bb38bd2a7ffd78d30aad7be426c54c2d7130a (patch) | |
tree | 9b4729b7890cab3a482ef1edcda66c0546ca0fa8 /crontab | |
parent | 7b07e592b9deb85732e1de7f74c61f6e7dc6931a (diff) |
Add crontab line for pacman auto-download
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab/crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crontab/crontab b/crontab/crontab index b691171..b3df898 100644 --- a/crontab/crontab +++ b/crontab/crontab @@ -1,3 +1,4 @@ */5 * * * * DISPLAY=:0 /usr/bin/env mbsync -a */5 * * * * /usr/bin/env mr push */5 * * * * /usr/bin/env mr update +0 0 * * * /usr/bin/pacman -Syuw --noconfirm |