From 73db305c20bcaf03b99fd53b7290f73ef95b84e1 Mon Sep 17 00:00:00 2001 From: Yinan Qin Date: Thu, 1 Jan 2026 10:36:54 +0800 Subject: [PATCH] Update install.sh (#38) --- agent/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent/install.sh b/agent/install.sh index 463ee8e..81bb62f 100644 --- a/agent/install.sh +++ b/agent/install.sh @@ -95,6 +95,9 @@ env_check() { mipsel|mipsle) os_arch="mipsle" ;; + loongarch64) + os_arch="loong64" + ;; *) err "Unknown architecture: $mach" exit 1