소스 검색

Update install.sh

go get -u github.com/v2ray/v2ray-core
kxjhlele 10 년 전
부모
커밋
b2cd6e739e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      release/install.sh

+ 1 - 1
release/install.sh

@@ -30,6 +30,6 @@ if [ -z "$GOPATH" ]; then
   export GOPATH=/v2ray
 fi
 
-go get github.com/v2ray/v2ray-core
+go get -u github.com/v2ray/v2ray-core
 go build -o $GOPATH/bin/v2ray -compiler gc github.com/v2ray/v2ray-core/release/server