mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-04 02:12:21 +08:00
!107 修改: debian/changelog
* 修改: debian/changelog * ssupdate不再更新cache,防止ssinstall出错率
This commit is contained in:
parent
72a771b0f1
commit
932e754b88
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ spark-store (3.2) stable; urgency=medium
|
||||
* 修复spk链接生成错误
|
||||
* 启动时检测商店applist源
|
||||
* 默认启用cdn加速
|
||||
* ssupdate不再更新/etc/aptss下的cache,如要如此,请使用aptss update
|
||||
|
||||
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user