mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
fixed v2ray folder non-existence bug
This commit is contained in:
parent
c8e56d3305
commit
11910af39d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user