vagrant: Fix dpkg command for recovering from broken state

Test: Ran vagrant provision and saw no errors.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-08-26 12:20:57 -07:00 committed by James Valleroy
parent ea037aa944
commit f447264547
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

2
Vagrantfile vendored
View File

@ -38,7 +38,7 @@ Vagrant.configure(2) do |config|
systemctl daemon-reload systemctl daemon-reload
# Stop any ongoing upgrade # Stop any ongoing upgrade
killall -9 unattended-upgr killall -9 unattended-upgr
dpkg --reconfigure -a dpkg --configure -a
apt -f install apt -f install
apt-get update apt-get update
# In case new dependencies conflict with old dependencies # In case new dependencies conflict with old dependencies