mirror of https://github.com/v2ray/v2ray-core
Update install script
parent
58b88a70ab
commit
0703c4469b
|
@ -31,5 +31,6 @@ if [ -z "$GOPATH" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
go get -u 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
|
rm $GOPATH/bin/build
|
||||||
|
go install github.com/v2ray/v2ray-core/tools/build
|
||||||
|
$GOPATH/bin/build
|
||||||
|
|
Loading…
Reference in New Issue