mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-14 01:11:42 +00:00
2019-01-01
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> MIXBOX是一款全新的,完全基于Shell脚本的工具箱,为在路由器上实现程序的快速配置及运行管理,欢迎大佬们start、fork及pr.
|
> MIXBOX是一款全新的,完全基于Shell脚本的工具箱,为在路由器上实现程序的快速配置及运行管理,欢迎大佬们start、fork及pr.
|
||||||
|
|
||||||
* Telegram群:[MBOX CHAT](https://t.me/joinchat/FMraA0lwzH9fzEW1wXdCFA)
|
* Telegram群:[MIXBOX CHAT](https://t.me/joinchat/FMraA0lwzH9fzEW1wXdCFA)
|
||||||
* 我的博客:[Monlor's Blog](https://www.mixbox.com)
|
* 我的博客:[Monlor's Blog](https://www.mixbox.com)
|
||||||
* GitHub地址:[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
|
* GitHub地址:[monlor/MIXBOX](https://github.com/monlor/MIXBOX)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ logsh "【Tools】" "请按任意键安装工具箱(Ctrl + C 退出)."
|
|||||||
read answer
|
read answer
|
||||||
#check root
|
#check root
|
||||||
# [ "$USER" != "root" ] && logsh "【Tools】" "请使用root用户安装工具箱!" && exit 1
|
# [ "$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"
|
mbtmp="/tmp/mbtmp"
|
||||||
[ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp}
|
[ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp}
|
||||||
model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')
|
model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')
|
||||||
|
|||||||
Reference in New Issue
Block a user