remove appstream

This commit is contained in:
Usman Nasir 2020-04-13 11:10:59 +05:00
parent 32fa62d8f8
commit 693718b9d2
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ fi
install_required() {
if [[ $CENTOS_8 == "True" ]] ; then
rm -rf /etc/yum.repos.d/CentOS-AppStream.repo
curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.0.1/install/CyberPanel8.repo > /etc/yum.repos.d/CyberPanel.repo
dnf install zip -y
elif [[ $CENTOS_8 == "False" ]] ; then