https://github.com/cdown/checkupdates-cron
A tiny wrapper around the Arch checkupdates script for use in a cronjob.
https://github.com/cdown/checkupdates-cron
Last synced: about 1 month ago
JSON representation
A tiny wrapper around the Arch checkupdates script for use in a cronjob.
- Host: GitHub
- URL: https://github.com/cdown/checkupdates-cron
- Owner: cdown
- Created: 2013-04-15T12:26:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T02:53:02.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T07:31:03.326Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`checkupdates-cron` is a tiny wrapper around the Arch Linux `checkupdates`
script that will only print output if the updates available are different than
the last time they were checked. This is useful if you run checkupdates as part
of a cronjob, as it allows e-mails only to be sent when the available packages
change, and not every time (which results in a lot of e-mails to sift through).# Setting up a cronjob
Use something like this in `/etc/cron.d`:
[email protected]
PATH=/usr/bin*/15 * * * * nobody checkupdates-cron