在执行安装前,自动配置ACE的依赖,以防止部分应用依赖写的不全

This commit is contained in:
shenmo 2025-06-09 23:25:33 +08:00
parent bc7e6bdb95
commit c45d09f099
2 changed files with 2 additions and 0 deletions

@ -277,6 +277,7 @@ function install_in_ace_env() {
fi
# dry-run成功后执行实际安装
$ace_cmd "aptss install store.spark-app.app-runtime-base --no-install-recommends -yfq"
if $ace_cmd "dpkg -i '$deb_path' || aptss install '$deb_path' -yfq"; then
return 0
else

@ -277,6 +277,7 @@ function install_in_ace_env() {
fi
# dry-run成功后执行实际安装
$ace_cmd "aptss install store.spark-app.app-runtime-base --no-install-recommends -yfq"
if $ace_cmd "dpkg -i '$deb_path' || aptss install '$deb_path' -yfq"; then
return 0
else