diff --git a/README.md b/README.md index 7e696fa..2e8ec95 100644 --- a/README.md +++ b/README.md @@ -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) ### 介绍 diff --git a/install.sh b/install.sh index 1178c36..3cc904b 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://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]')