apm convert 用ssaudit 安装

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-10-23 15:32:35 +00:00
committed by Gitee
parent c842ff767f
commit 87342fdabd

View File

@@ -141,7 +141,7 @@ fi
log.info "安装前检查通过,开始实际安装..."
# 实际安装DEB包
if ! sudo -E /var/lib/apm/apm/files/ace-run-pkg aptss install "$DEB_PATH" -y; then
if ! sudo -E /var/lib/apm/apm/files/ace-run-pkg ssaudit "$DEB_PATH" --native; then
log.error "错误DEB包安装失败"
exit 1
fi