dfd99460c7
This patch adds a new EPEL element for use with EL-based distros in accordance with the official docs[1]. This patch also modifies the rhel7 element to not use the hard-coded repo file. [1] https://fedoraproject.org/wiki/EPEL Change-Id: Ib2fa24b2d519837271a0e213a2dc5a012cc31f3c
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
yum install -y http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpm
|