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 revision
Previous revision
Next revisionBoth sides next revision
yum_installer_bash_script_centos7 [2016/05/20 16:49] juckinsyum_installer_bash_script_centos7 [2016/05/20 20:06] juckins
Line 203: Line 203:
  
  
-#echo "" +echo "" 
-#echo "********************* NOW INSTALLING PACKAGE ********************" +echo "********************* NOW INSTALLING PACKAGE ********************" 
-#echo "X Window System" +echo "X Window System" 
-#echo "*****************************************************************" +echo "*** Note this is needed for MATE Desktop and graphical login ***" 
-#yum -y groupinstall "X Window System"+echo "*****************************************************************" 
 +yum -y groupinstall "X Window System"
  
  
Line 236: Line 237:
 #yum -y install ktorrent #yum -y install ktorrent
 yum -y install gimp yum -y install gimp
-yum -y install php-mbstring php-mcrypt php-mysql+yum -y install php php-mbstring php-mcrypt php-mysql
 yum -y install fail2ban.noarch                 # epel yum -y install fail2ban.noarch                 # epel
 yum -y install perl-File-Slurp.noarch          # base yum -y install perl-File-Slurp.noarch          # base
Line 269: Line 270:
 echo "                           DONE                               *" echo "                           DONE                               *"
 echo "*****************************************************************" echo "*****************************************************************"
 +
 +
 +echo ""
 +echo "*****************************************************************"
 +echo "You probably want to reboot your machine.                       *"
 +echo "*****************************************************************"
 +echo ""
 </code> </code>
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins