mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
update arch values
This commit is contained in:
parent
2a96aaaf7b
commit
14bc183754
@ -75,6 +75,14 @@ sysArch(){
|
||||
VDIS="arm"
|
||||
elif [[ "$ARCH" == *"armv8"* ]] || [[ "$ARCH" == "aarch64" ]]; then
|
||||
VDIS="arm64"
|
||||
elif [[ "$ARCH" == *"mips64le"* ]]; then
|
||||
VDIS="mips64le"
|
||||
elif [[ "$ARCH" == *"mips64"* ]]; then
|
||||
VDIS="mips64"
|
||||
elif [[ "$ARCH" == *"mipsle"* ]]; then
|
||||
VDIS="mipsle"
|
||||
elif [[ "$ARCH" == *"mips"* ]]; then
|
||||
VDIS="mips"
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user