From 568e73de07a73c188c0dee6cdb9134dd97377498 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 28 Oct 2022 09:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/aptss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/aptss b/tool/aptss index 7449e9c..b20255c 100755 --- a/tool/aptss +++ b/tool/aptss @@ -38,7 +38,7 @@ bwrap --dev-bind / / \ elif [ "$1" = "download" ];then DEPEND=`which apt-fast` if [ "$DEPEND" = "" ] ; then -echo "未安装依赖:apt-fast 开始安装" +echo "未安装依赖:ss-apt-fast 开始安装" aptss ssupdate && bwrap --dev-bind / / --bind '/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list' /etc/apt/sources.list.d/sparkstore.list apt install ss-apt-fast -y fi