修复安装时使用wget的问题

修复安装时使用wget但是依赖未写明的问题(改用curl)
准备发布3.1.4
This commit is contained in:
shenmo 2022-08-06 02:24:00 +00:00
parent b0dfd6a3da
commit 49c5583ea9
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored

@ -1,4 +1,11 @@
spark-store (3.1.4) stable; urgency=medium
* 发布正式版,同步到官网
* 修复安装时使用wget的问题
* 合并3.1.3-1和3.1.3-2的更改
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
spark-store (3.1.3-2) stable; urgency=medium

@ -16,7 +16,7 @@ case "$1" in
# Download and install key
wget -O /tmp/spark-store-install/spark-store.asc https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
curl --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
cp -f /tmp/spark-store-install/spark-store.asc.gpg /etc/apt/trusted.gpg.d/spark-store.gpg