mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-11 07:51:54 +00:00
11 lines
535 B
Plaintext
11 lines
535 B
Plaintext
# 内部更新命令
|
||
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 |