From 1385605f7ef84320bf9455ee34b4d355e4ad6db5 Mon Sep 17 00:00:00 2001 From: monlor Date: Sun, 19 Jul 2020 09:44:25 +0800 Subject: [PATCH] 2020-07-19 09:44:25 --- README.md | 5 +++-- install.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0b7588..62b5ff2 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,16 @@ * **经测试`R3`不支持`EntWare`环境,原因未知,所以基于`EntWare`的程序都无法使用** * **0.1.9.7以前的版本请手动更换下载源**,步骤:mixbox => 工具箱管理 => 更换下载源 => 输入以下地址 ``` -https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master +https://cdn.jsdelivr.net/gh/monlor/mbfiles ``` +* 默认源更换为jsdelivr源,coding源不再使用 ### 命令 #### 一键安装 ``` shell -sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master/install.sh)" && source /etc/profile &> /dev/null +sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install.sh)" && source /etc/profile &> /dev/null ``` #### github源一键安装命令 diff --git a/install.sh b/install.sh index b8d0c31..f7a96da 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ logsh "【Tools】" "请按任意键安装工具箱(Ctrl + C 退出)." read answer #check root # [ "$USER" != "root" ] && logsh "【Tools】" "请使用root用户安装工具箱!" && exit 1 -mburl="https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master" +mburl="https://cdn.jsdelivr.net/gh/monlor/mbfiles" mbtmp="/tmp/mbtmp" [ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp} model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')