Skip to content

Commit

Permalink
(SIMP-2117) Clearly specify EPEL installation (#130)
Browse files Browse the repository at this point in the history
Added a specific `yum install` for the EPEL installation or EL 6 and EL 7

SIMP-2117 #close
  • Loading branch information
trevor-vaughan authored and Nick Miller committed Nov 23, 2016
1 parent 9737061 commit 4418b65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Required RPMs
# Installing from EL 6:
$ sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
$ sudo yum install -y augeas-devel createrepo genisoimage git gnupg2 \
libicu-devel libxml2 libxml2-devel libxslt libxslt-devel \
mock rpm-sign rpmdevtools clamav gcc gcc-c++ ruby-devel
# Installing from EL 7:
$ sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
$ sudo yum install -y augeas-devel createrepo genisoimage git gnupg2 \
libicu-devel libxml2 libxml2-devel libxslt libxslt-devel \
mock rpm-sign rpmdevtools clamav-update gcc gcc-c++ ruby-devel
Expand Down

0 comments on commit 4418b65

Please sign in to comment.