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(){
|
||||
|
||||
if [[ ! -f "warpendpoint" ]]; then
|
||||
echo "下载warp优选程序"
|
||||
if [[ -n $cpu ]]; then
|
||||
curl -L -o warpendpoint -# --retry 2 https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
endipv4(){
|
||||
|
|
Loading…
Reference in New Issue