From de1824f71d82896331a12cea4fe5781de5f8a315 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Sun, 17 Aug 2025 11:54:32 +0900 Subject: [PATCH] [install] Support old uname in macOS (#4492) --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a66887c2..23db85bb 100755 --- a/install +++ b/install @@ -164,7 +164,7 @@ download() { } # Try to download binary executable -archi=$(uname -smo) +archi=$(uname -smo 2>/dev/null || uname -sm) binary_available=1 binary_error="" case "$archi" in