The mirror for installing epel is timing out
Fedora has changed the location of epel, shorting the link from 'download.fedoraproject.org' to 'dl.fedoraproject.org'. This change updates the epel mirror to prevent it from timing out. Change-Id: I87090282a2f5f757495daec6ad14123b436b1aa0
This commit is contained in:
parent
f389b3a04d
commit
2b28993fb8
@ -12,7 +12,7 @@ if [ 'amd64' = "$ARCH" ] ; then
|
||||
ARCH="x86_64"
|
||||
fi
|
||||
|
||||
BASE_URL=${DIB_EPEL_MIRROR:-http://download.fedoraproject.org/pub/epel}
|
||||
BASE_URL=${DIB_EPEL_MIRROR:-https://dl.fedoraproject.org/pub/epel}
|
||||
case "$DISTRO_NAME" in
|
||||
rhel7|centos7)
|
||||
RELEASE=7
|
||||
|
Loading…
Reference in New Issue
Block a user