mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
update
This commit is contained in:
parent
55f821be20
commit
1413bb2944
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user