From 0703c4469beeed3d8384b2add07ae96b5ab6d8d3 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sun, 18 Oct 2015 11:57:43 +0200 Subject: [PATCH] Update install script --- release/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/install.sh b/release/install.sh index 0f0eb4d4..38757118 100755 --- a/release/install.sh +++ b/release/install.sh @@ -31,5 +31,6 @@ if [ -z "$GOPATH" ]; then fi go get -u github.com/v2ray/v2ray-core -go build -o $GOPATH/bin/v2ray -compiler gc github.com/v2ray/v2ray-core/release/server - +rm $GOPATH/bin/build +go install github.com/v2ray/v2ray-core/tools/build +$GOPATH/bin/build