CentOS 7 Updates
-
Is there a way to schedule security updates for CentOS 7? If so, how? I dont want to have to remember to run yum update.
-
Use crontab and just set it to run on your schedule.
-
-
@aaronstuder said:
Wrong post.
http://mangolassi.it/topic/8116/linux-automatic-updates/5
yum -y install yum-cron
then edit
/etc/yum/yum-cron.conf
You will never need to run yum update again -
@JaredBusch said:
@aaronstuder said:
Wrong post.
http://mangolassi.it/topic/8116/linux-automatic-updates/5
yum -y install yum-cron
then edit
/etc/yum/yum-cron.conf
You will never need to run yum update againThanks Jared. That was easy.
-
@JaredBusch Fixed! Sorry
-