From 9b4c3aa2ce472ae60da579936d21d5607d34fb52 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 8 Mar 2023 00:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8cp-r?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=B3=BB=E7=BB=9Flists=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E6=8A=8A=E6=9C=AA=E6=9B=B4=E6=96=B0=E7=9A=84=E4=B9=9F?= =?UTF-8?q?=E5=B8=A6=E8=BF=87=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 3 ++- tool/aptss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a64d6c9..406e7a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -spark-store (4.2.3.2~Reason6) stable; urgency=medium +spark-store (4.2.3.2~Reason7) stable; urgency=medium * ssinstall发现无法验证时尝试update而不是ssupdate * 启动每日aptss update + * ssinstall在发现无法安装后 -- shenmo diff --git a/tool/aptss b/tool/aptss index 32b8314..2854dba 100755 --- a/tool/aptss +++ b/tool/aptss @@ -107,7 +107,7 @@ curl --silent -o /tmp/aptss-conf/apt-fast.conf "https://d.store.deepinos.org.c chmod -R 755 /tmp/aptss-conf curl --silent -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list "https://d.store.deepinos.org.cn/sparkstore${STORE_LIST_URL}.list" -cp -r /var/lib/apt/lists/* /var/lib/aptss/lists/ + apt update -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" -o Dir::Etc::sourcelist="/opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/sparkstore.list"