From 25057651426960cf4deb947de7c9b886c66659a6 Mon Sep 17 00:00:00 2001 From: shipsw Date: Fri, 2 Mar 2018 09:10:58 +0800 Subject: [PATCH] Update 20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md translating by shipsw --- ...to use yum-cron to automatically update RHEL-CentOS Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md b/sources/tech/20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md index b0ca149c3e..4f96731332 100644 --- a/sources/tech/20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md +++ b/sources/tech/20090518 How to use yum-cron to automatically update RHEL-CentOS Linux.md @@ -1,3 +1,5 @@ +translating by shipsw + How to use yum-cron to automatically update RHEL/CentOS Linux ====== The yum command line tool is used to install and update software packages under RHEL / CentOS Linux server. I know how to apply updates using [yum update command line][1], but I would like to use cron to update packages where appropriate manually. How do I configure yum to install software patches/updates [automatically with cron][2]?