From e78cc6f485c7e6b8586c76ce5d9d06f04ac5439d Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 7 Sep 2024 16:23:55 +0500 Subject: [PATCH] arm bug fix for mariadb --- cyberpanel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberpanel.sh b/cyberpanel.sh index 468d62232..4725b7f72 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -846,6 +846,7 @@ if [[ $Server_OS = "CentOS" ]] ; then # Run the following commands if architecture is aarch64 /usr/bin/crb enable curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash + dnf install libxcrypt-compat -y fi subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms || yum config-manager --set-enabled crb > /dev/null 2>&1