From f24565804d2a29cbe8ece6dee36571b2c0d7cc1a Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 27 Jun 2022 10:16:40 +0000 Subject: [PATCH] =?UTF-8?q?!47=20=E6=96=87=E6=A1=88=E5=92=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C=E4=BF=AE=E6=94=B9=20*=20update=20to?= =?UTF-8?q?ol/ss-apt-fast.=20*=20update=20tool/ss-apt-fast.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ss-apt-fast | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/ss-apt-fast b/tool/ss-apt-fast index 7b8ad2e..0a57b3d 100755 --- a/tool/ss-apt-fast +++ b/tool/ss-apt-fast @@ -13,6 +13,7 @@ apt install apt-fast -y fi rm /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf -curl -o /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf "https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/mirror-list-for-apt-fast/apt-fast.conf" +echo "从服务器获取配置和镜像列表..." +curl -s --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf "https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/mirror-list-for-apt-fast/apt-fast.conf" bwrap --dev-bind / / --bind '/opt/durapps/spark-store/bin/apt-fast-conf/apt-fast.conf' /etc/apt-fast.conf apt-fast "$@" \ No newline at end of file