mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 06:03:49 +08:00
+1
-1
@@ -388,7 +388,7 @@ function install_in_ace_env() {
|
|||||||
|
|
||||||
# dry-run成功后执行实际安装
|
# dry-run成功后执行实际安装
|
||||||
$ace_cmd aptss install store.spark-app.app-runtime-base --no-install-recommends -yfq
|
$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" || $ace_cmd aptss install "$deb_path" -yfq; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user