From f7424ba4a7eacac11d49172888f2de7d8d4fe452 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 5 Apr 2026 22:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20shell-caller=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=AE=89=E8=A3=85=20apm=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extras/shell-caller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/shell-caller.sh b/extras/shell-caller.sh index 6c195288..49b48b46 100755 --- a/extras/shell-caller.sh +++ b/extras/shell-caller.sh @@ -146,7 +146,7 @@ case "$command_type" in fi # 2) 执行安装(带进度条) echo "正在安装软件包..." - if ! run_with_progress "安装软件包" "正在安装: $packages,请稍候..." "/usr/bin/aptss ${@:2} -y"; then + if ! run_with_progress "安装软件包" "正在安装: $packages,请稍候..." "/usr/bin/aptss install $packages -y"; then echo "错误:软件包安装失败。" exit 1 fi