Update install.sh

This commit is contained in:
hll_RGB 2025-07-29 22:34:41 +08:00 committed by GitHub
parent 6207348493
commit 67748fa2ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ env_check() {
os_arch="mipsle"
;;
*)
err "Unknown architecture: $uname"
err "Unknown architecture: $mach"
exit 1
;;
esac