mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update endip.sh
This commit is contained in:
parent
fe7411961a
commit
b9900e31d1
|
@ -38,10 +38,13 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
cfwarpIP(){
|
cfwarpIP(){
|
||||||
|
|
||||||
|
if [[ ! -f "warpendpoint" ]]; then
|
||||||
echo "下载warp优选程序"
|
echo "下载warp优选程序"
|
||||||
if [[ -n $cpu ]]; then
|
if [[ -n $cpu ]]; then
|
||||||
curl -L -o warpendpoint -# --retry 2 https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu
|
curl -L -o warpendpoint -# --retry 2 https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
endipv4(){
|
endipv4(){
|
||||||
|
|
Loading…
Reference in New Issue