Skip to content

Bash script to check for Ubuntu updates and email them to you.

License

Notifications You must be signed in to change notification settings

initiateit/ubuntu_update_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_update_checker

A simple Bash script to check for Ubuntu updates and email them to you.

I like to use this in combination with Ubuntu's Unattended Upgrades so that security updates are installed automatically and I schedule this script with a cron job every 6 hours. This gives me a chance to at least read up on application updates to see if something is going to break.

Requirements

You will need sendmail or postfix installed.

Output will look like:

message preview

Just be sure to make the script executable ie chmod +x update_checker.sh edit the from_addr and to_addr constants.

About

Bash script to check for Ubuntu updates and email them to you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages