Update install.sh (#517)

This commit is contained in:
zyy17
2022-11-15 17:52:43 +08:00
committed by GitHub
parent 6c6eeda429
commit b93c084666

View File

@@ -7,7 +7,7 @@ ARCH_TYPE=
VERSION=${1:-latest}
GITHUB_ORG=GreptimeTeam
GITHUB_REPO=greptimedb
BIN=greptimedb
BIN=greptime
get_os_type() {
os_type="$(uname -s)"