mirror of https://github.com/v2ray/v2ray-core
Fix #127
parent
18069d377c
commit
5ab9d5476e
|
@ -69,7 +69,7 @@ VDIS="64"
|
||||||
|
|
||||||
if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
|
if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
|
||||||
VDIS="32"
|
VDIS="32"
|
||||||
elif [[ "$ARCH" == *"armv7"* ]]; then
|
elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then
|
||||||
VDIS="arm"
|
VDIS="arm"
|
||||||
elif [[ "$ARCH" == *"armv8"* ]]; then
|
elif [[ "$ARCH" == *"armv8"* ]]; then
|
||||||
VDIS="arm64"
|
VDIS="arm64"
|
||||||
|
|
Loading…
Reference in New Issue