mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
在执行安装前,自动配置ACE的依赖,以防止部分应用依赖写的不全
This commit is contained in:
@@ -277,6 +277,7 @@ function install_in_ace_env() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# dry-run成功后执行实际安装
|
# 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
|
if $ace_cmd "dpkg -i '$deb_path' || aptss install '$deb_path' -yfq"; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -277,6 +277,7 @@ function install_in_ace_env() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# dry-run成功后执行实际安装
|
# 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
|
if $ace_cmd "dpkg -i '$deb_path' || aptss install '$deb_path' -yfq"; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user