2020-03-05 00:26:53

This commit is contained in:
monlor
2020-03-05 00:26:53 +08:00
parent 76dbe98978
commit f3e72a9c0f
3 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,11 @@
### 更新日志 ### 更新日志
* 2020-03-05
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github``cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
* 仓库已经重置,删除了历史记录
* 2020-03-04 * 2020-03-04
* 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包 * 为了减少项目体积,现在采用`Github Actions`自动部署插件安装包
* coding下载源地址改为`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master` * coding下载源地址改为`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master`
@@ -81,19 +86,19 @@
#### 一键安装 #### 一键安装
``` shell ``` shell
sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master/install.sh)" && source /etc/profile &> /dev/null sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles@master/install.sh)" && source /etc/profile &> /dev/null
``` ```
### 手动更新命令 ### 手动更新命令
``` shell ``` shell
sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/MIXBOX/master/apps/mixbox/scripts/update.sh)" && source /etc/profile &> /dev/null sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/MIXBOX@master/apps/mixbox/scripts/update.sh)" && source /etc/profile &> /dev/null
``` ```
#### 卸载`Monlor Tools`工具箱 #### 卸载`Monlor Tools`工具箱
``` shell ``` shell
sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master/temp/uninstall_old.sh)" && source /etc/profile &> /dev/null sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles@master/temp/uninstall_old.sh)" && source /etc/profile &> /dev/null
``` ```
#### 一键更新所有插件(请先更新工具箱) #### 一键更新所有插件(请先更新工具箱)

View File

@@ -3,7 +3,7 @@
export PATH=$PATH:/etc/mixbox/bin export PATH=$PATH:/etc/mixbox/bin
mburl_coding="https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master" mburl_coding="https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master"
mburl_github="https://raw.githubusercontent.com/monlor/mbfiles/master" mburl_github="https://cdn.jsdelivr.net/gh/monlor/mbfiles"
mburl_test="https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/test" mburl_test="https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/test"
mburl=$(mbdb get mixbox.main.url) || mburl="$mburl_coding" mburl=$(mbdb get mixbox.main.url) || mburl="$mburl_coding"
mbroot=$(mbdb get mixbox.main.path) mbroot=$(mbdb get mixbox.main.path)

View File

@@ -4,4 +4,4 @@ needver=""
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_arm,linux_mips,linux_x86_64"
appinfo="一款支持多平台多架构的Shell工具箱" appinfo="一款支持多平台多架构的Shell工具箱"
newinfo="新增功能parse_str用于解析变量新增baseutils工具" newinfo="新增功能parse_str用于解析变量新增baseutils工具"
version="0.1.4" version="0.1.5"