2020-05-07 15:48:04

This commit is contained in:
monlor
2020-05-07 07:48:05 +00:00
parent 21f7f3d612
commit c02b6aa285
5 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ kms|快速搭建Windows、Office激活服务器|Support for Windows 10 1809, Win
kodexplorer|可道云在线文档管理器需要entware环境|修复unzip命令缺失|0.0.4|KodExplorer|linux_arm,linux_mips,linux_x86_64
koolproxy|简单快速屏蔽网页或视频广告TGhttps://t.me/joinchat/AAAAAD-tO7GPvfOU131_vg|修复kp进程无法关闭的bug|1.5.7|KoolProxy|linux_arm,linux_mips,linux_x86_64
miwifi|小米路由器系统管理修改samba禁用系统更新等|现在修复小米路由器远程访问会自动开放8098端口|0.0.4|MIWIFI|linux_arm,linux_mips
mixbox|一款支持多平台多架构的Shell工具箱|修复插件列表为空的bug|0.1.9.9|MIXBOX|linux_arm,linux_mips,linux_x86_64
mixbox|一款支持多平台多架构的Shell工具箱|修复插件列表为空的bug|0.1.9.10|MIXBOX|linux_arm,linux_mips,linux_x86_64
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
npc|一款轻量级、高性能、功能强大的内网穿透代理服务器||0.0.9|NPC|linux_arm,linux_mips,linux_x86_64
pptpd|简单但并不安全的VPN服务器||0.0.2|PPTPD|linux_arm,linux_mips,linux_x86_64

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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