# make yum update all programs every night
chkconfig yum on
# make yum install program and answer YES to all queries.
yum -y install
# make yum update all programs every night
chkconfig yum on
# make yum install program and answer YES to all queries.
yum -y install
Recent Comments