From c3be6b289bc1a7b19491092941a46c4b67159056 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 5 Aug 2021 00:23:22 +0200 Subject: Fixing newsboat and qutebrowser crontabs to connect them to the X server --- crontab/root.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab/root.crontab') diff --git a/crontab/root.crontab b/crontab/root.crontab index ada8721..48cb3ab 100644 --- a/crontab/root.crontab +++ b/crontab/root.crontab @@ -1,5 +1,5 @@ # Meant to be installed as root -* * */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log +0 12 */2 * * pacman --noconfirm -Syu >> /var/log/pacman_update.log # vim:ft=crontab -- cgit