mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-06 22:59:05 +01:00
bug fix mariadb install on cloudlinux ref https://github.com/usmannasir/cyberpanel/issues/1219
This commit is contained in:
@@ -863,6 +863,15 @@ EOF
|
||||
|
||||
dnf config-manager --set-enabled PowerTools > /dev/null 2>&1
|
||||
dnf config-manager --set-enabled powertools > /dev/null 2>&1
|
||||
|
||||
cat <<EOF >/etc/yum.repos.d/MariaDB.repo
|
||||
[mariadb]
|
||||
name = MariaDB
|
||||
baseurl = https://rpm.mariadb.org/10.6/rhel/\$releasever/\$basearch
|
||||
gpgkey= https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
|
||||
gpgcheck=1
|
||||
EOF
|
||||
|
||||
|
||||
# cat <<EOF >/etc/yum.repos.d/CentOS-PowerTools-CyberPanel.repo
|
||||
#[powertools-for-cyberpanel]
|
||||
|
||||
Reference in New Issue
Block a user