Optimize package count

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-12 22:22:33 +02:00
parent a33ded8a5e
commit d64ddd3c36
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 3 additions and 23 deletions

View file

@ -13,9 +13,6 @@
# Synchronize Google Drive every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-drive >> $HOME/.local/log/cron.log 2>&1
# Sync pacman databases every 15 minutes
*/15 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log 2>&1
# Synchronize notes every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log 2>&1