1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Centos 7 support and options for branches

This commit is contained in:
Leonid Fedorov
2022-02-28 15:07:24 +00:00
parent 754efc74b6
commit 806ff55e81
2 changed files with 52 additions and 12 deletions

View File

@ -54,7 +54,7 @@ detect_distro()
OS_VERSION=$(uname -r)
fi
OS=$(echo $OS | cut -f 1 -d " ")
message "Detected $OS $OS_VERSION"
message "Detected $color_yellow$OS $OS_VERSION$color_normal"
}
menuStr=""