mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-10 19:09:23 +01:00
deb-update.bash: add dpkg configuration just in case
This commit is contained in:
parent
61e218a15b
commit
3a26251f0c
@ -29,6 +29,11 @@ if hash apt-get 2>/dev/null; then
|
||||
apt-get "$@" autoremove
|
||||
fi
|
||||
|
||||
if hash dpkg 2>/dev/null; then
|
||||
# In case dpkg was interrupted previously, configure packages.
|
||||
dpkg --configure -a
|
||||
fi
|
||||
|
||||
# Enables Fedora third party repositories if not enabled, otherwise quiet.
|
||||
# My systems most likely have them already
|
||||
if hash fedora-third-party 2>/dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user