mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
ea037aa944
commit
f447264547
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user