diff --git a/scripts/install.sh b/scripts/install.sh index e25a9053e7..54e9571638 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)"