From e85855e4a7ebf8235088fac5ecf568c354b9d8d9 Mon Sep 17 00:00:00 2001 From: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:12:48 +0300 Subject: [PATCH] update install script (#4209) (#4210) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 45844281160..095149c7b70 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ _detect_os(){ case $(uname) in Linux) echo "Linux" ;; - Darwin) echo "macOS" + Darwin) echo "Darwin" ;; Windows) echo "Windows" ;;