mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-25 15:42:40 +08:00
Update t.sh
Former-commit-id: 0d7e8bd46492eee1b3650e4f17b2487b5990e41c
This commit is contained in:
@@ -231,8 +231,8 @@ uninstall(){
|
||||
}
|
||||
|
||||
# 根据已安装情况执行卸载任务并显示结果
|
||||
[[ $(type -P wg-quick 2>/dev/null) ]] && (uninstall_wgcf; green " $T117 ")
|
||||
[[ $(type -P warp-cli 2>/dev/null) ]] && (uninstall_proxy; green " $T119 ")
|
||||
[[ $(type -P wg-quick ]] && (uninstall_wgcf; green " $T117 ")
|
||||
[[ $(type -P warp-cli ]] && (uninstall_proxy; green " $T119 ")
|
||||
|
||||
# 显示卸载结果
|
||||
IP4=$(curl -s4m7 https://ip.gs/json)
|
||||
|
||||
Reference in New Issue
Block a user