From 783a57921bd16f5a9cfc6132e13e8c9c1512825f Mon Sep 17 00:00:00 2001 From: monlor Date: Tue, 3 Mar 2020 14:19:56 +0800 Subject: [PATCH] 2020-03-03 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4db74b9..ca8f2c7 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://raw.githubusercontent.com/MIXBOX/master" +mburl="https://monlor.coding.net/p/MIXBOX/d/MIXBOX/git/raw/master" mbtmp="/tmp/mbtmp" [ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp} model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')