Created
March 7, 2013 01:03
-
-
Save ifnull/5104689 to your computer and use it in GitHub Desktop.
YUM cron for automatic security updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
yum -y -R 120 -d 0 -e 0 update yum | |
yum --security -y -R 10 -e 0 -d 0 update |
StevenACoffman
commented
Sep 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment