Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2016/10/12 20:53] juckinsyum_installer_bash_script_centos7 [2016/10/28 20:13] juckins
Line 259: Line 259:
 yum -y install gnome-disk-utility              # for gnome-disks command yum -y install gnome-disk-utility              # for gnome-disks command
 yum -y install mod_ssl                         # HTTPS functionality yum -y install mod_ssl                         # HTTPS functionality
 +yum -y install chrony                          # NTP / clock
  
 echo "" echo ""
Line 266: Line 266:
 systemctl start httpd.service systemctl start httpd.service
 systemctl enable httpd.service systemctl enable httpd.service
 +systemctl start chronyd.service
 +systemctl enable chronyd.service
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins