From 00d7c421dd483e7b2d6b1da90673baf6162c7cc9 Mon Sep 17 00:00:00 2001 From: Yinan Qin Date: Sat, 27 Dec 2025 20:33:23 +0800 Subject: [PATCH] Update install.sh --- 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