mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +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
|
||||
V2RAY_FOLDER="$GOPATH/v2ray"
|
||||
|
||||
mkdir -p $V2RAY_FOLDER
|
||||
|
||||
GEOIP_REPO="github.com/ilouiss/geoip"
|
||||
GEOSITE_REPO="github.com/v2ray/domain-list-community"
|
||||
getGFWLIST_SCRIPT="https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq/master/gfwlist2dnsmasq.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user