소스 검색

fixing binary versions

afeiszli 3 년 전
부모
커밋
46e17b29b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

@@ -164,7 +164,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
                                 dist=netclient-freebsd-arm64
 			;;
 			armv7l)
-                                dist=netclient-freebsd-armv7
+                                dist=netclient-freebsd-arm7
 			;;
 			arm*)
 				dist=netclient-freebsd-$CPU_ARCH