You've already forked mariadb-columnstore-engine
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:
@ -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}"
|
||||
|
Reference in New Issue
Block a user