mirror of
https://github.com/nezhahq/scripts.git
synced 2026-02-21 10:27:27 +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)
|
mipsel|mipsle)
|
||||||
os_arch="mipsle"
|
os_arch="mipsle"
|
||||||
;;
|
;;
|
||||||
|
loongarch64)
|
||||||
|
os_arch="loong64"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
err "Unknown architecture: $mach"
|
err "Unknown architecture: $mach"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user