From 0b00cd2f4d147ecf442d0e5269f94016b4ed59dd Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 20 Feb 2022 05:18:08 +0000 Subject: [PATCH] update debian/spark-store.postinst. --- debian/spark-store.postinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/spark-store.postinst b/debian/spark-store.postinst index eb1c59b..0fbbbae 100755 --- a/debian/spark-store.postinst +++ b/debian/spark-store.postinst @@ -13,12 +13,12 @@ case "$1" in ln -s -f /opt/durapps/spark-store/bin/spark-dstore-patch /usr/local/bin/spark-dstore-patch # Download and install key - nohup wget -O /tmp/spark-store-install/spark-store.asc https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc > /dev/null 2>&1 - nohup gpg --dearmor /tmp/spark-store-install/spark-store.asc > /dev/null 2>&1 + wget -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 # Run apt update to avoid users being fucked up by the non-exist dependency problem - nohup apt update > /dev/null 2>&1 & + apt update & # Update certain caches update-icon-caches /usr/share/icons/hicolor || true