mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
dd60fda8d5
commit
4dfb729e49
|
@ -383,6 +383,9 @@ checkwgcf
|
|||
done
|
||||
checkwgcf
|
||||
if [[ ! $wgcfv4 =~ on|plus && ! $wgcfv6 =~ on|plus ]]; then
|
||||
yellow "安装WARP失败,还原VPS,卸载Wgcf-WARP组件中……"
|
||||
cwg
|
||||
green "卸载Wgcf-WARP组件完成"
|
||||
green "安装WARP失败,建议如下:"
|
||||
[[ $release = Centos && ${vsid} -lt 7 ]] && yellow "当前系统版本号:Centos $vsid \n建议使用 Centos 7 以上系统 "
|
||||
[[ $release = Ubuntu && ${vsid} -lt 18 ]] && yellow "当前系统版本号:Ubuntu $vsid \n建议使用 Ubuntu 18 以上系统 "
|
||||
|
|
Loading…
Reference in New Issue