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 revisionBoth sides next revision
yum_installer_bash_script_centos8 [2020/10/08 10:17] juckinsyum_installer_bash_script_centos8 [2020/10/08 10:20] 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
  
yum_installer_bash_script_centos8.txt · Last modified: 2022/12/07 13:24 by juckins