1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00
This commit is contained in:
Darien Raymond 2017-11-03 22:40:12 +01:00
parent 55f821be20
commit 1413bb2944

View File

@ -73,7 +73,7 @@ sysAcrh(){
VDIS="32" VDIS="32"
elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then
VDIS="arm" VDIS="arm"
elif [[ "$ARCH" == *"armv8"* ]]; then elif [[ "$ARCH" == *"armv8"* ]] || [[ "$ARCH" == "aarch64" ]]; then
VDIS="arm64" VDIS="arm64"
fi fi
return 0 return 0