mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
7287e6fb1a
commit
5fa4cd6c91
|
@ -159,7 +159,7 @@ fi
|
||||||
|
|
||||||
docker(){
|
docker(){
|
||||||
if [[ -n $(ip a | grep docker) ]]; then
|
if [[ -n $(ip a | grep docker) ]]; then
|
||||||
red "检测到VPS已安装docker,如继续安装WARP,docker可能会失效"
|
red "检测到VPS已安装docker,如继续安装WARP,docker就会失效"
|
||||||
sleep 3s
|
sleep 3s
|
||||||
yellow "6秒后继续安装,退出安装请按Ctrl+c"
|
yellow "6秒后继续安装,退出安装请按Ctrl+c"
|
||||||
sleep 6s
|
sleep 6s
|
||||||
|
|
Loading…
Reference in New Issue