From 693718b9d2ece80fe3bbda2d68ce318a5681de2a Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 13 Apr 2020 11:10:59 +0500 Subject: [PATCH] remove appstream --- cyberpanel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberpanel.sh b/cyberpanel.sh index 699cd9b50..6788135eb 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -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