From 78bdc68d30a203dec3f44cbb570acc43715f6d01 Mon Sep 17 00:00:00 2001 From: monlor Date: Mon, 25 Apr 2022 01:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=92=E4=BB=B6LingMaxDns?= =?UTF-8?q?=20#243?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62b5ff2..f2ecf57 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ ### [更新日志](https://github.com/monlor/MIXBOX/blob/master/changelog.md) +### 2022-04-25 +* 更新frp版本0.42.0 +* 添加插件[aliyundrive-fuse](https://github.com/messense/aliyundrive-fuse), [LingMaxDns](https://www.right.com.cn/forum/thread-8137820-1-1.html) + +#### 2022-04-18 +* 由于部分地区安装失败,现在新增 ghproxy 源、github.do 源 +* 如果还是安装失败,可能因为 CDN 未同步,请在24小时后继续尝试,或者尝试其他源 ### 介绍 @@ -67,22 +74,34 @@ https://cdn.jsdelivr.net/gh/monlor/mbfiles ### 命令 -#### 一键安装 +#### 本站提供的下载源,基于 cloudflare 搭建【NEW】 + +```shell +export MB_URL=https://g.monlor.com/https://raw.githubusercontent.com/monlor/mbfiles/master && sh -c "$(curl -kfsSl ${MB_URL}/install.sh)" && source /etc/profile &> /dev/null +``` + +#### ghproxy源一键安装命令【NEW】 ``` shell -sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install.sh)" && source /etc/profile &> /dev/null +export MB_URL=https://ghproxy.com/https://raw.githubusercontent.com/monlor/mbfiles/master && sh -c "$(curl -kfsSl ${MB_URL}/install.sh)" && source /etc/profile &> /dev/null +``` + +#### github.do源一键安装命令【NEW】 + +``` shell +export MB_URL=https://github.do/https://raw.githubusercontent.com/monlor/mbfiles/master && sh -c "$(curl -kfsSl ${MB_URL}/install.sh)" && source /etc/profile &> /dev/null ``` #### github源一键安装命令 ``` shell -sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/mbfiles/master/install_github.sh)" && source /etc/profile &> /dev/null +export MB_URL=https://raw.githubusercontent.com/monlor/mbfiles/master && sh -c "$(curl -kfsSl ${MB_URL}/install.sh)" && source /etc/profile &> /dev/null ``` -#### ghcdn源一键安装命令 +#### jsdelivr源一键安装命令 ``` shell -sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install_ghcdn.sh)" && source /etc/profile &> /dev/null +export MB_URL=https://cdn.jsdelivr.net/gh/monlor/mbfiles && sh -c "$(curl -kfsSl ${MB_URL}/install.sh)" && source /etc/profile &> /dev/null ``` ### 手动更新命令