mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-23 11:32:21 +08:00
chore: 去除 postinst 中 apt update 并行操作
避免输出 log 混乱 Log: 去除 postinst 中 apt update 并行操作
This commit is contained in:
parent
e5ea3c3477
commit
3d02922751
2
debian/spark-store.postinst
vendored
2
debian/spark-store.postinst
vendored
@ -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
|
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
|
# Run apt update to avoid users being fucked up by the non-exist dependency problem
|
||||||
apt update &
|
apt update
|
||||||
|
|
||||||
# Update certain caches
|
# Update certain caches
|
||||||
update-icon-caches /usr/share/icons/hicolor || true
|
update-icon-caches /usr/share/icons/hicolor || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user