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 # 解压并安装