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