Browse Source

Merge branch 'master' of https://github.com/v2ray/v2ray-core

v2ray 9 years ago
parent
commit
4a38882779
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

@@ -69,7 +69,7 @@ VDIS="64"
 
 if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
   VDIS="32"
-elif [[ "$ARCH" == *"armv7"* ]]; then
+elif [[ "$ARCH" == *"armv7"* ]] || [[ "$ARCH" == "armv6l" ]]; then
   VDIS="arm"
 elif [[ "$ARCH" == *"armv8"* ]]; then
   VDIS="arm64"