Closed wisdgod closed 1 year ago
当我使用https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh时,每一次都需要下载warp优选程序,如果您未来不再更新程序,我建议采用下面的代码:
https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh
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 }
ok。感谢建议。已更新
当我使用
https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip.sh
时,每一次都需要下载warp优选程序,如果您未来不再更新程序,我建议采用下面的代码: