mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-18 11:32:20 +08:00
在执行安装前,自动配置ACE的依赖,以防止部分应用依赖写的不全
This commit is contained in:
parent
bc7e6bdb95
commit
c45d09f099
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user