2018-12-31

This commit is contained in:
monlor
2018-12-31 23:47:47 +08:00
commit 3ae56f5e6e
1091 changed files with 173538 additions and 0 deletions

11
temp/command.txt Normal file
View File

@@ -0,0 +1,11 @@
# 内部更新命令
sh -c "$(curl -kfsSl https://qcloud.coding.net/u/monlor/p/MIXBOX-BETA/git/raw/master/install.sh)" && source /etc/profile &> /dev/null
# 查看插件常用命令appname为插件名
mixbox help
# 工具箱旧版卸载使用以下命令:
sh -c "$(curl -kfsSl https://qcloud.coding.net/u/monlor/p/MIXBOX-BETA/git/raw/master/temp/uninstall_old.sh)" && source /etc/profile &> /dev/null
# 一键更新所有插件(请先更新工具箱)
applist installed -n | while read line; do mixbox upgrade $line; done