From 67748fa2ea04d1ca7b96b3e3ee45e3a7d9e8bfb8 Mon Sep 17 00:00:00 2001 From: hll_RGB <119501684+hllRGB@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:34:41 +0800 Subject: [PATCH] Update install.sh --- agent/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/install.sh b/agent/install.sh index 2c9c266..463ee8e 100644 --- a/agent/install.sh +++ b/agent/install.sh @@ -96,7 +96,7 @@ env_check() { os_arch="mipsle" ;; *) - err "Unknown architecture: $uname" + err "Unknown architecture: $mach" exit 1 ;; esac