merge stable

This commit is contained in:
Usman Nasir 2020-09-08 22:19:04 +05:00
parent 658792470e
commit 3eed87ccef
1 changed files with 0 additions and 3 deletions

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