mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-20 04:22:21 +08:00
apt update
This commit is contained in:
parent
c8e8560584
commit
45e1970186
3
debian/spark-store.postinst
vendored
3
debian/spark-store.postinst
vendored
@ -17,6 +17,9 @@ case "$1" in
|
||||
wget https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
|
||||
apt-key add dcs-repo.gpg-key.asc
|
||||
|
||||
# Run apt update to avoid users being fucked up by the non-exist dependency problem
|
||||
apt update &
|
||||
|
||||
# Update certain caches
|
||||
update-icon-caches /usr/share/icons/hicolor || true
|
||||
update-desktop-database /usr/share/applications || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user