From 5bc65827b276e6edd1fd29f88cfd582a7cf21354 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 9 Jun 2025 23:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=89=A7=E8=A1=8C=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=89=8D=EF=BC=8C=E8=87=AA=E5=8A=A8=E9=85=8D=E7=BD=AEACE?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=EF=BC=8C=E4=BB=A5=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=BA=94=E7=94=A8=E4=BE=9D=E8=B5=96=E5=86=99?= =?UTF-8?q?=E7=9A=84=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ssaudit | 1 + tool/ssinstall | 1 + 2 files changed, 2 insertions(+) diff --git a/tool/ssaudit b/tool/ssaudit index 0cc7e2e..09d41b1 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -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 diff --git a/tool/ssinstall b/tool/ssinstall index 19186b8..c547ad5 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -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