From 70f6c8e812a7d90a581e57336a8046a3bc0a517e Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 4 Apr 2026 14:19:32 +0000 Subject: [PATCH] =?UTF-8?q?feat=20=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=8D=A2=E6=88=90=20apt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- extras/spark-store | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/spark-store b/extras/spark-store index 75d314fa..8282fbd0 100755 --- a/extras/spark-store +++ b/extras/spark-store @@ -17,9 +17,9 @@ if [ "$IS_ACE_ENV" = "1" ]; then ARGS="$ARGS --no-apm" fi -# 检查是否存在 dpkg 指令 -if ! command -v dpkg >/dev/null 2>&1; then - echo "未检测到 dpkg 指令" +# 检查是否存在 apt 指令 +if ! command -v apt >/dev/null 2>&1; then + echo "未检测到 apt 指令" ARGS="$ARGS --no-spark" fi