apt update

This commit is contained in:
shenmo 2022-02-01 15:38:52 +00:00 committed by Gitee
parent c8e8560584
commit 45e1970186
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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