diff --git a/Vagrantfile b/Vagrantfile index bdf3676f3..415866956 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -36,6 +36,10 @@ Vagrant.configure(2) do |config| cd /vagrant/ ./setup.py install systemctl daemon-reload + # Stop any ongoing upgrade + killall -9 unattended-upgr + dpkg --reconfigure -a + apt -f install apt-get update # In case new dependencies conflict with old dependencies apt-mark hold freedombox