mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-05 08:45:22 -05:00
Support Linux on s390x
This commit is contained in:
@@ -83,6 +83,8 @@ sysArch(){
|
||||
VDIS="mipsle"
|
||||
elif [[ "$ARCH" == *"mips"* ]]; then
|
||||
VDIS="mips"
|
||||
elif [[ "$ARCH" == *"s390x"* ]]; then
|
||||
VDIS="s390x"
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user