Linux Update Notifier


About project

This is a simple little shell script that emails a nominated administrator or user email address when it finds there are packages that have updates available. It uses a simple cronjob for timing of the script and allows for manual modification, while also having an automatic install script that inserts the cron, moves the script to opt and makes it executable.

Where to get it?

Repo-size

It can be found on github here

Install

$ git clone https://github.com/Spcktr/Linux-Update-Notifier
$ cd Linux-Update-Notifier
$ chmod +x install.sh
$ ./install.sh

Docs

README