!82 modified: debian/changelog modified: debian/spark-store.postinst new file: tool/spark-store.asc

* 	modified:   debian/changelog
This commit is contained in:
2022-08-18 09:31:33 +00:00
parent 5220b886de
commit 52af8a8229
3 changed files with 51 additions and 3 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
spark-store (3.1.5-3) stable; urgency=medium
* 包内自带密钥
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
spark-store (3.1.5-2) stable; urgency=medium
* 下载软件时跳过获取大小,修复部分软件无法下载的问题

View File

@@ -16,14 +16,14 @@ case "$1" in
# Download and install key
curl --http1.1 --progress-bar -o /tmp/spark-store-install/spark-store.asc https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
gpg --dearmor /tmp/spark-store-install/spark-store.asc
mkdir -p /tmp/spark-store-install/
cp -f /opt/durapps/spark-store/bin/spark-store.asc /tmp/spark-store-install/spark-store.asc
gpg --dearmor /opt/durapps/spark-store/bin/spark-store.asc
cp -f /tmp/spark-store-install/spark-store.asc.gpg /etc/apt/trusted.gpg.d/spark-store.gpg
# Remove existing source file
rm -f /etc/apt/preferences.d/sparkstore
rm -f /etc/apt/sources.list.d/sparkstore.list
# Run apt update to avoid users being fucked up by the non-exist dependency problem