mirror of
https://github.com/monlor/mbfiles.git
synced 2026-03-10 23:41:41 +00:00
2020-05-07 15:48:04
This commit is contained in:
@@ -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
|
kodexplorer|可道云,在线文档管理器,需要entware环境|修复unzip命令缺失|0.0.4|KodExplorer|linux_arm,linux_mips,linux_x86_64
|
||||||
koolproxy|简单,快速屏蔽网页或视频广告,TG:https://t.me/joinchat/AAAAAD-tO7GPvfOU131_vg|修复kp进程无法关闭的bug|1.5.7|KoolProxy|linux_arm,linux_mips,linux_x86_64
|
koolproxy|简单,快速屏蔽网页或视频广告,TG:https://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
|
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
|
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
|
||||||
npc|一款轻量级、高性能、功能强大的内网穿透代理服务器||0.0.9|NPC|linux_arm,linux_mips,linux_x86_64
|
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
|
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.
@@ -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://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"
|
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