mirror of
https://github.com/nezhahq/scripts.git
synced 2026-02-21 02:17:25 +08:00
Update install.sh (#38)
Some checks failed
Sync Code to Gitee / sync-code-to-gitee (push) Has been cancelled
Some checks failed
Sync Code to Gitee / sync-code-to-gitee (push) Has been cancelled
This commit is contained in:
parent
de4eb48c67
commit
73db305c20
@ -95,6 +95,9 @@ env_check() {
|
||||
mipsel|mipsle)
|
||||
os_arch="mipsle"
|
||||
;;
|
||||
loongarch64)
|
||||
os_arch="loong64"
|
||||
;;
|
||||
*)
|
||||
err "Unknown architecture: $mach"
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user