From 932e754b883f926f5f9f0d9c25557689633cbbcb Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 29 Aug 2022 17:32:05 +0000 Subject: [PATCH] =?UTF-8?q?!107=20=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20?= =?UTF-8?q?=20=20debian/changelog=20*=20=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20?= =?UTF-8?q?=20=20=20=20debian/changelog=20*=20ssupdate=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0cache=EF=BC=8C=E9=98=B2=E6=AD=A2ssinstall?= =?UTF-8?q?=E5=87=BA=E9=94=99=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 1 + tool/aptss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9266c8e..0fd17a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ spark-store (3.2) stable; urgency=medium * 修复spk链接生成错误 * 启动时检测商店applist源 * 默认启用cdn加速 + * ssupdate不再更新/etc/aptss下的cache,如要如此,请使用aptss update -- shenmo Fri, 30 Jan 2022 00:00:00 +0800 diff --git a/tool/aptss b/tool/aptss index a485080..7c2ddbd 100755 --- a/tool/aptss +++ b/tool/aptss @@ -42,7 +42,7 @@ chmod -R 755 /tmp/aptss-conf sudo curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/mirror-list-for-apt-fast/sources.list.d/sparkstore.list" ### 额外一份拿来给aptss自动补全用 sudo 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 update -o Dir::Etc::sourcelist="sources.list.d/sparkstore.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" -sudo 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 update -o Dir::Etc::sourcelist="sources.list.d/sparkstore.list" -o Dir::Etc::sourceparts="-" -o Dir::Cache="/etc/aptss/" -o APT::Get::List-Cleanup="0" + #只更新星火源 elif [ "$1" = "update" ];then