From de4eb48c67cf0528c8d0bd4d179ad2d2873bf343 Mon Sep 17 00:00:00 2001 From: hll_RGB <119501684+hllRGB@users.noreply.github.com> Date: Sat, 2 Aug 2025 10:48:55 +0800 Subject: [PATCH] Update install.sh (#37) --- 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