Fix for EPEL repo
- Remove workaround for EPEL repo issues (bff3fe5) - "yum makecache" may have higher disk space requirements that could cause issues on systems with low free disk space
This commit is contained in:
parent
091dd4b31e
commit
4fa17ce958
@ -182,7 +182,6 @@ cd /opt/src || exit 1
|
||||
# Add the EPEL repository
|
||||
epel_url="https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E '%{rhel}').noarch.rpm"
|
||||
yum -y install epel-release || yum -y install "$epel_url" || exiterr2
|
||||
yum -y makecache || { yum -y clean metadata; yum -y makecache; } || { yum -y clean metadata; yum -y makecache; }
|
||||
|
||||
# Install necessary packages
|
||||
yum -y install nss-devel nspr-devel pkgconfig pam-devel \
|
||||
|
@ -141,7 +141,6 @@ bigecho "Adding the EPEL repository..."
|
||||
|
||||
epel_url="https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E '%{rhel}').noarch.rpm"
|
||||
yum -y install epel-release || yum -y install "$epel_url" || exiterr2
|
||||
yum -y makecache || { yum -y clean metadata; yum -y makecache; } || { yum -y clean metadata; yum -y makecache; }
|
||||
|
||||
bigecho "Installing packages required for the VPN..."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user