Add rhel-6-server-optional-rpms to RHEL6

This commit is contained in:
Teddy Reed 2015-04-29 16:21:07 -07:00
parent c012d1c1d3
commit 3c117fa5f3

View File

@ -49,6 +49,7 @@ function main_rhel() {
if [[ $DISTRO = "rhel6" ]]; then if [[ $DISTRO = "rhel6" ]]; then
sudo subscription-manager repos --enable=rhel-server-rhscl-6-rpms sudo subscription-manager repos --enable=rhel-server-rhscl-6-rpms
sudo subscription-manager repos --enable=rhel-6-server-optional-rpms
package scl-utils package scl-utils
package policycoreutils-python package policycoreutils-python
package devtoolset-3-runtime package devtoolset-3-runtime