merge stable

This commit is contained in:
Usman Nasir
2020-09-08 22:19:04 +05:00
parent fe6ce067f0
commit 404a0a7154

View File

@@ -391,7 +391,6 @@ if [[ -d /etc/yum.repos.d ]] ; then
if [[ $CENTOS_8 == "True" ]] ; then
dnf install zip -y
elif [[ $CENTOS_8 == "False" ]] ; then
###### Setup Required Repos
## Start with PDNS
@@ -424,8 +423,6 @@ EOF
## IUS Repo
yum install https://repo.ius.io/ius-release-el7.rpm -y
fi
fi