From aa431fc0a5840c75c308aeeb574822283e97e0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Fri, 24 Mar 2023 02:00:26 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/661.sh b/661.sh index fb3ac57..6ce2012 100644 --- a/661.sh +++ b/661.sh @@ -590,13 +590,14 @@ red "遗憾!warp的IP获取失败" fi done if [[ ! $wgcfv4 =~ on|plus && ! $wgcfv6 =~ on|plus ]]; then -yellow "安装WARP失败,还原VPS,卸载WARP组件中……" +yellow "安装WARP失败,还原VPS,卸载WARP" cwg && rm -rf /root/warpip echo [[ $release = Centos && ${vsid} -lt 7 ]] && yellow "当前系统版本号:Centos $vsid \n建议使用 Centos 7 以上系统 " [[ $release = Ubuntu && ${vsid} -lt 18 ]] && yellow "当前系统版本号:Ubuntu $vsid \n建议使用 Ubuntu 18 以上系统 " [[ $release = Debian && ${vsid} -lt 10 ]] && yellow "当前系统版本号:Debian $vsid \n建议使用 Debian 10 以上系统 " -red "建议选择WGCF核心来安装WARP" +red "可以使用方案二或方案三" +red "建议选择WGCF核心来安装WARP方案一" exit else green "ok" && systemctl restart warp-go @@ -1406,7 +1407,8 @@ echo [[ $release = Centos && ${vsid} -lt 7 ]] && yellow "当前系统版本号:Centos $vsid \n建议使用 Centos 7 以上系统 " [[ $release = Ubuntu && ${vsid} -lt 18 ]] && yellow "当前系统版本号:Ubuntu $vsid \n建议使用 Ubuntu 18 以上系统 " [[ $release = Debian && ${vsid} -lt 10 ]] && yellow "当前系统版本号:Debian $vsid \n建议使用 Debian 10 以上系统 " -red "建议选择WARP-GO核心来安装WARP" +red "可以使用方案二或方案三" +red "建议选择WARP-GO核心来安装WARP方案一" exit else green "ok"