2019-01-01

This commit is contained in:
monlor
2019-01-01 19:46:16 +08:00
parent 70937d28b3
commit fa5a5c3181
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
> MIXBOX是一款全新的完全基于Shell脚本的工具箱为在路由器上实现程序的快速配置及运行管理欢迎大佬们start、fork及pr.
* Telegram群[MIXBOX CHAT](https://t.me/joinchat/FMraA0lwzH9fzEW1wXdCFA)
* 我的博客:[Monlor's Blog](https://www.mixbox.com)
* 我的博客:[Monlor's Blog](https://www.monlor.com)
* GitHub地址[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
### 介绍

View File

@@ -17,7 +17,7 @@ logsh "【Tools】" "请按任意键安装工具箱(Ctrl + C 退出)."
read answer
#check root
# [ "$USER" != "root" ] && logsh "【Tools】" "请使用root用户安装工具箱" && exit 1
mburl="https://dev.tencent.com/u/monlor/p/MIXBOX-BETA/git/raw/master"
mburl="https://raw.githubusercontent.com/MIXBOX/master"
mbtmp="/tmp/mbtmp"
[ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp}
model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')