From f44726454799446441c3ec01ef86f4ea60cdf8b6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 26 Aug 2019 12:20:57 -0700 Subject: [PATCH] vagrant: Fix dpkg command for recovering from broken state Test: Ran vagrant provision and saw no errors. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 415866956..6e4ce82fa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -38,7 +38,7 @@ Vagrant.configure(2) do |config| systemctl daemon-reload # Stop any ongoing upgrade killall -9 unattended-upgr - dpkg --reconfigure -a + dpkg --configure -a apt -f install apt-get update # In case new dependencies conflict with old dependencies