From e132e1d9656cc709fd8e4d2e2218978486fa51ae Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Thu, 4 Oct 2018 20:44:57 +0200 Subject: [PATCH] remove reference to vbuild --- release/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release/install.sh b/release/install.sh index 0edb3d475..796e0dc33 100755 --- a/release/install.sh +++ b/release/install.sh @@ -23,6 +23,5 @@ fi go get -u v2ray.com/core/... go get -u v2ray.com/ext/... -rm $GOPATH/bin/vbuild -go install v2ray.com/ext/tools/build/vbuild -$GOPATH/bin/vbuild +go build -o $GOPATH/bin/v2ray v2ray.com/core/main +go build -o $GOPATH/bin/v2ctl v2ray.com/ext/tools/control/main