修改: debian/spark-store.postinst

* 	修改:     debian/spark-store.postinst
This commit is contained in:
shenmo 2022-08-18 09:37:11 +00:00
parent 52af8a8229
commit bc897969f8

@ -18,7 +18,7 @@ case "$1" in
# Download and install key
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
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