Update install.sh (#37)
Some checks failed
Sync Code to Gitee / sync-code-to-gitee (push) Has been cancelled

This commit is contained in:
hll_RGB 2025-08-02 10:48:55 +08:00 committed by GitHub
parent 6207348493
commit de4eb48c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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