From a4bca6a96887d2da8aa37cf690c5f351b5129a3c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 13 Mar 2024 20:55:50 +0000 Subject: No need to be that frequent --- i3/check-updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/check-updates.py b/i3/check-updates.py index 2e25c4b..429dde4 100755 --- a/i3/check-updates.py +++ b/i3/check-updates.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # add a crontab entry with crontab -e: -# 0 */2 * * * $HOME/.config/nvim/i3/check-updates.py +# 0 */6 * * * $HOME/.config/nvim/i3/check-updates.py # # create /etc/apt/apt.conf.d/10periodic with: # APT::Periodic::Enable "1"; -- cgit v1.2.3