Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


yum_installer_bash_script_centos8

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos8 [2020/10/08 10:17] juckinsyum_installer_bash_script_centos8 [2020/10/08 10:23] juckins
Line 87: Line 87:
  
 echo "" echo ""
-echo "********************* NOW INSTALLING GROUP ********************" +echo "********************* NOW INSTALLING EXTRAS  ********************" 
-echo "mariadb*+echo "" 
-echo "*****************************************************************" +echo "xorg-x11-fonts*" 
-dnf -y install mariadb* +dnf -y install xorg-x11-fonts*
  
 echo "" echo ""
-echo "********************* NOW INSTALLING GROUP ********************" +echo "libreoffice*"
-echo "libreoffice+
-echo "*****************************************************************"+
 dnf -y install libreoffice* dnf -y install libreoffice*
- 
  
 echo "" echo ""
-echo "********************* NOW INSTALLING EXTRAS  ********************" +echo "mariadb*" 
-echo "*****************************************************************" +dnf -y install mariadb*
-echo "xorg-x11-fonts*" +
-dnf -y install xorg-x11-fonts*+
  
 echo "" echo ""
-echo "install net-tools"+echo "net-tools"
 dnf -y install net-tools dnf -y install net-tools
  
Line 132: Line 126:
 echo "" echo ""
 echo "mutt" echo "mutt"
-dnf -y install mutt                             # mutt-1.5.21-27.el7.x86_64 does not work with cron+dnf -y install mutt
  
 echo "" echo ""
Line 341: Line 335:
 echo "" echo ""
 echo "*********************** ENABLE SERVICES  ************************" echo "*********************** ENABLE SERVICES  ************************"
-echo "*****************************************************************" 
 systemctl start httpd.service systemctl start httpd.service
 systemctl enable httpd.service systemctl enable httpd.service
Line 350: Line 343:
 echo "" echo ""
 echo "******************** ENABLE GRAPHICAL LOGIN  ********************" echo "******************** ENABLE GRAPHICAL LOGIN  ********************"
-echo "*****************************************************************" 
 systemctl isolate graphical.target systemctl isolate graphical.target
 systemctl set-default graphical.target systemctl set-default graphical.target
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins