c1d4cd13e9
EPEL 7 was released September 30. The beta release rpm was removed from the repo and was replaced with the final release rpm. Change-Id: I103a2f7abd7563869b9e39ccc1fbb3cfbd9ff6ae
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
yum install -y http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
|