From b93c084666d8b5a6b8af026add81cd7ff604cf89 Mon Sep 17 00:00:00 2001 From: zyy17 Date: Tue, 15 Nov 2022 17:52:43 +0800 Subject: [PATCH] Update install.sh (#517) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index e25a9053e7dc..54e95716389f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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)"