mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-05 10:02:20 +08:00
在执行安装前,自动配置ACE的依赖,以防止部分应用依赖写的不全
This commit is contained in:
parent
c0b2edf1b0
commit
5bc65827b2
@ -280,6 +280,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
|
||||
|
@ -281,6 +281,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