mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
remove appstream
This commit is contained in:
@@ -400,7 +400,7 @@ fi
|
|||||||
install_required() {
|
install_required() {
|
||||||
|
|
||||||
if [[ $CENTOS_8 == "True" ]] ; then
|
if [[ $CENTOS_8 == "True" ]] ; then
|
||||||
rm -rf /etc/yum.repos.d/CentOS-AppStream.repo
|
echo 'enabled=0' >> /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
|
curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.0.1/install/CyberPanel8.repo > /etc/yum.repos.d/CyberPanel.repo
|
||||||
dnf install zip -y
|
dnf install zip -y
|
||||||
elif [[ $CENTOS_8 == "False" ]] ; then
|
elif [[ $CENTOS_8 == "False" ]] ; then
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ rm -f /etc/yum.repos.d/gf.repo
|
|||||||
rm -f /etc/yum.repos.d/powerdns-auth-42.repo
|
rm -f /etc/yum.repos.d/powerdns-auth-42.repo
|
||||||
rm -rf /etc/yum.repos.d/powerdns-auth-master.repo
|
rm -rf /etc/yum.repos.d/powerdns-auth-master.repo
|
||||||
rm -rf /etc/yum.repos.d/gf.repo.rpmnew
|
rm -rf /etc/yum.repos.d/gf.repo.rpmnew
|
||||||
rm -rf /etc/yum.repos.d/CentOS-AppStream.repo
|
echo 'enabled=0' >> /etc/yum.repos.d/CentOS-AppStream.repo
|
||||||
yum clean all
|
yum clean all
|
||||||
yum update -y
|
yum update -y
|
||||||
yum autoremove epel-release -y
|
yum autoremove epel-release -y
|
||||||
|
|||||||
Reference in New Issue
Block a user