Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-09-06 03:55:51 +00:00
parent dd60fda8d5
commit 4dfb729e49
1 changed files with 3 additions and 0 deletions

View File

@ -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 以上系统 "