chore: 去除 postinst 中 apt update 并行操作

避免输出 log 混乱

Log: 去除 postinst 中 apt update 并行操作
This commit is contained in:
ut003880 2022-02-21 17:17:51 +08:00
parent e5ea3c3477
commit 3d02922751

@ -18,7 +18,7 @@ case "$1" in
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
apt update &
apt update
# Update certain caches
update-icon-caches /usr/share/icons/hicolor || true