diff --git a/test/warp-cf.sh b/test/warp-cf.sh index 0e536a5..c7dfa2f 100644 --- a/test/warp-cf.sh +++ b/test/warp-cf.sh @@ -6,9 +6,6 @@ RED='\033[1;31m' YEL='\033[1;33m' NC='\033[0m' # No Color -echo -e "${YEL}Удаляем WARP-cli...${NC}" -echo -e "y" | bash <(curl -fsSL https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh) u - echo -e "${YEL}Начало установки Cloudflare WARP...${NC}" apt-get update @@ -32,5 +29,4 @@ if ss -nlt | grep -q ":40000\b"; then echo -e "WARP-cli: ${GRN}LISTENING${NC} (Port: 40000)" else echo -e "WARP-cli: ${RED}NOT LISTENING${NC}" - warp-cli status fi \ No newline at end of file