You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
fix typo 1
This commit is contained in:
@@ -110,9 +110,9 @@ install_clang()
|
|||||||
{
|
{
|
||||||
message "Installing clang"
|
message "Installing clang"
|
||||||
OS_ID=$1
|
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}"
|
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}"
|
CLANG_REPO_URL="deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-${CLANG_VERSION}"
|
||||||
else
|
else
|
||||||
error "Clang if not avaliable of ${OS_ID}"
|
error "Clang if not avaliable of ${OS_ID}"
|
||||||
|
Reference in New Issue
Block a user