Files
MIXBOX-ARCHIVE/temp/command.txt
2018-12-31 23:47:47 +08:00

11 lines
535 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 内部更新命令
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