mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-19 20:30:43 +02:00
enable epel for cent8
This commit is contained in:
@@ -372,6 +372,7 @@ install_required() {
|
||||
if [[ -d /etc/yum.repos.d ]] ; then
|
||||
if [[ $CENTOS_8 == "True" ]] ; then
|
||||
dnf install zip -y
|
||||
dnf install epel-release -y
|
||||
elif [[ $CENTOS_8 == "False" ]] ; then
|
||||
curl https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.0.1/install/CyberPanel.repo > /etc/yum.repos.d/CyberPanel.repo
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user