微调dstore patch

This commit is contained in:
2025-10-22 11:24:15 +08:00
parent f22f0c95fa
commit ba292e3870
6 changed files with 11 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ Commands:
install 安装软件包
remove 卸载软件包
update 更新软件包信息
clean 清除缓存软件包
autoremove 自动移除不需要的包
full-upgrade 完全升级软件包
run <package> 运行指定软件包的可执行文件
@@ -111,7 +112,7 @@ case "$1" in
amber-pm-debug aptss "$command" "$@"
apm-nvidia-toggle
;;
remove|autoremove|search|policy|list|update|purge|autopurge)
remove|autoremove|search|policy|list|update|purge|autopurge|clean)
# 特殊APT命令移除第一个参数后传递其余参数
command=$1
shift