mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-14 09:21:27 +00:00
2018-12-31
This commit is contained in:
11
temp/command.txt
Normal file
11
temp/command.txt
Normal 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
|
||||
Reference in New Issue
Block a user