1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
This commit is contained in:
Leonid Fedorov
2024-08-08 16:38:03 +04:00
parent 6ae542fe4f
commit a575455a75

View File

@@ -74,7 +74,7 @@ elif [[ ${ID} == "rocky" ]]; then
. /opt/rh/gcc-toolset-${GCC_VERSION}/enable
rpmkeys --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo
dnf install -y mono-devel jemalloc-deve
dnf install -y mono-devel jemalloc-devel
fi
else
echo "Unsupported distribution. This script only supports Rocky[8|9], Ubuntu [20.04|22.04|24.04] Debian[11|12]"