feat: 彻底抛弃bwrap,提升aptss响应速度。现已可将aptss当apt用

This commit is contained in:
2023-03-06 21:45:12 +08:00
parent aa85ee53a8
commit 9a7a80223a
8 changed files with 43 additions and 34 deletions

5
debian/changelog vendored
View File

@@ -1,3 +1,8 @@
spark-store (4.2.3.2~Reason4) stable; urgency=medium
* aptss不再使用bwrap
spark-store (4.2.3.2~Reason3) stable; urgency=medium
* 现在可在x86上编译使用同一套代码
* 暂时在aarch64上使用旧web----等待柚子

1
debian/control vendored
View File

@@ -39,7 +39,6 @@ Depends:${shlibs:Depends}, ${misc:Depends},
curl,
openssl,
dde-qt5integration,
bubblewrap,
aria2,
gcc,
zenity,

View File

@@ -14,7 +14,7 @@ case "$1" in
esac
mkdir -p /var/lib/aptss/lists
# Remove the sources.list file

View File

@@ -20,6 +20,7 @@ if [ "$1" = "remove" ] || [ "$1" = "purge" ] ; then
rm -f /usr/bin/aptss
rm -rf /etc/aptss/
rm -rf /var/lib/aptss/
# Remove Sender module
rm -f /opt/durapps/spark-store/bin/ss-feedback/sender-d