Browse Source

Update install.sh

go get -u github.com/v2ray/v2ray-core
kxjhlele 10 năm trước cách đây
mục cha
commit
b2cd6e739e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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