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 [2015/11/07 18:55] juckinsyum_installer_bash_script_centos7 [2015/11/08 08:58] juckins
Line 10: Line 10:
 echo "                    CentOS 7 Updates                          *" echo "                    CentOS 7 Updates                          *"
 echo "*****************************************************************" echo "*****************************************************************"
 +
 +
 +echo "********************* NOW INSTALLING PACKAGE ********************"
 +echo "EPEL Repo"
 +echo "*****************************************************************"
 +yum -y install wget
 +mkdir /root/downloads
 +cd /root/downloads
 +wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
 +rpm -ivh epel-release-7-0.2.noarch.rpm
  
  
yum_installer_bash_script_centos7.txt · Last modified: 2022/12/07 13:24 by juckins