1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

fix typo 1

This commit is contained in:
Leonid Fedorov
2024-11-06 14:27:57 +00:00
parent 8ae2835bd1
commit 2891d7ab64

View File

@ -110,9 +110,9 @@ install_clang()
{
message "Installing clang"
OS_ID=$1
if [[ ${OS_ID} == 'ubuntu']]; then
if [[ ${OS_ID} == 'ubuntu' ]]; then
CLANG_REPO_URL="deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${CLANG_VERSION}"
elif [[ ${OS_ID} == 'debian']]; then
elif [[ ${OS_ID} == 'debian' ]]; then
CLANG_REPO_URL="deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-${CLANG_VERSION}"
else
error "Clang if not avaliable of ${OS_ID}"