fixed GOPATH

This commit is contained in:
loyalsoldier
2019-12-10 19:12:25 +08:00
parent 24e3297c2e
commit 3a00e5a9ba
2 changed files with 15 additions and 4 deletions

View File

@@ -5,8 +5,7 @@ set -e
GREEN='\033[0;32m'
NC='\033[0m' # no color
# GOPATH=$(mktemp -d)
# export GOPATH=$GOPATH
export GOPATH=$GOPATH
V2RAY_FOLDER="$GOPATH/v2ray"
mkdir -p $V2RAY_FOLDER