소스 검색

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

v2ray 9 년 전
부모
커밋
4a38882779
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"