monlor / MIXBOX-ARCHIVE

一款基于Shell的小米路由器工具箱,原为Monlor-Tools,A tool box for XiaoMi Router base on Shell.
GNU General Public License v3.0
2.26k stars 374 forks source link

mixbox无法安装 #184

Open voodoozz opened 4 years ago

voodoozz commented 4 years ago

root@XiaoQiang:~# sh -c "$(curl -kfsSl https://monlor.coding.net/p/mbfiles/d/mbfiles/git/lfs/master/install.sh)" && source /etc/profile &> /dev/null sh: {code:905,msg:{network_connection_error:网络连接异常,请重试}}: not found

这个源提示not found

下面这个源 https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master/install.sh 可以进入安装,但是在选择完安装路径后出错:

请输入你的工具箱安装路径[可手动输入路径]:10 请输入你的用户文件目录[可手动输入路径]:11 【Tools】: 下载工具箱文件... 【Tools】: 解压工具箱文件 tar: invalid gzip magic 【Tools】: 文件解压失败!

jinglei207 commented 4 years ago

试下GitHub的链接 sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/mbfiles/master/install_github.sh)" && source /etc/profile &> /dev/null 我昨天遇到了同样的问题。

voodoozz commented 4 years ago

试下GitHub的链接 sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/mbfiles/master/install_github.sh)" && source /etc/profile &> /dev/null 我昨天遇到了同样的问题。

也不行,connection refused

root@XiaoQiang:~# sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/mbfiles/master/install_github.sh)" && source /etc/profile &> /dev/null curl: (7) Failed connect to raw.githubusercontent.com:443; Connection refused

Bryan2333 commented 4 years ago

试一下这个 sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install_ghcdn.sh)" && source /etc/profile &> /dev/null

voodoozz commented 4 years ago

试一下这个 sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install_ghcdn.sh)" && source /etc/profile &> /dev/null

这个可以了! 安装完了是1.9.12版本! 谢谢!!

iT-Boyer commented 3 years ago

试一下这个 sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install_ghcdn.sh)" && source /etc/profile &> /dev/null

mark

potatoler commented 3 years ago

试一下这个 sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/monlor/mbfiles/install_ghcdn.sh)" && source /etc/profile &> /dev/null

选择完路径之后文件下载失败

MrTreasure commented 3 years ago

同样的问题 文件下载失败