From a6f0b07f8e213d0a1ebe71038ba9351bb582d399 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: Thu, 18 Jan 2024 09:20:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4CFcdnym.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- point/CFcdnym.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 point/CFcdnym.sh diff --git a/point/CFcdnym.sh b/point/CFcdnym.sh deleted file mode 100644 index 30b6b09..0000000 --- a/point/CFcdnym.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -export LANG=en_US.UTF-8 -if [ ! -f yg_update ]; then -echo "请稍等……" -if [ -e "/etc/os-release" ] && grep -qi "alpine" /etc/os-release; then -apk add openssh curl wget lzip -else -pkg install curl 2>/dev/null -pkg install wget 2>/dev/null -pkg install lzip 2>/dev/null -pkg update 2>/dev/null -fi -touch yg_update -fi -script_name=$(basename "$BASH_SOURCE") -if [ "$script_name" = "endip.sh" ]; then -curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/endip1.sh -o endip1.sh && chmod +x endip1.sh && bash endip1.sh -elif [ "$script_name" = "CFcdnym.sh" ]; then -curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/CFcdnym1.sh -o CFcdnym1.sh && chmod +x CFcdnym1.sh && bash CFcdnym1.sh -elif [ "$script_name" = "cfip.sh" ]; then -curl -sSL https://gitlab.com/rwkgyg/CFwarp/raw/main/point/cfip1.sh -o cfip1.sh && chmod +x cfip1.sh && bash cfip1.sh -fi