From e41c67d8796f472c8b2812de330f69e081ea87d5 Mon Sep 17 00:00:00 2001 From: lc Date: Thu, 13 Feb 2025 05:39:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20frpc.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frpc.sh b/frpc.sh index abf1a5f..f22f4d5 100644 --- a/frpc.sh +++ b/frpc.sh @@ -27,7 +27,7 @@ esac # 下载 frpc echo "正在下载 frpc v$FRPC_VERSION ..." -DOWNLOAD_URL="https://github.com/fatedier/frp/releases/download/v${FRPC_VERSION}/frp_${FRPC_VERSION}_linux_${ARCH}.tar.gz" +DOWNLOAD_URL="https://ghub.z1.mk/https://github.com/fatedier/frp/releases/download/v${FRPC_VERSION}/frp_${FRPC_VERSION}_linux_${ARCH}.tar.gz" wget -q --show-progress -O /tmp/frp.tar.gz $DOWNLOAD_URL # 解压并安装