fixed v2ray folder non-existence bug

This commit is contained in:
loyalsoldier 2019-12-10 16:45:51 +08:00
parent c8e56d3305
commit 11910af39d

View File

@ -9,6 +9,8 @@ NC='\033[0m' # no color
# export GOPATH=$GOPATH # export GOPATH=$GOPATH
V2RAY_FOLDER="$GOPATH/v2ray" V2RAY_FOLDER="$GOPATH/v2ray"
mkdir -p $V2RAY_FOLDER
GEOIP_REPO="github.com/ilouiss/geoip" GEOIP_REPO="github.com/ilouiss/geoip"
GEOSITE_REPO="github.com/v2ray/domain-list-community" GEOSITE_REPO="github.com/v2ray/domain-list-community"
getGFWLIST_SCRIPT="https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq/master/gfwlist2dnsmasq.sh" getGFWLIST_SCRIPT="https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq/master/gfwlist2dnsmasq.sh"