!65 修复安装时使用wget的问题

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

View File

@@ -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