mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Stop any ongoing unattended-upgrade
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> [sunil@medhas.org add lines for finishing interrupted apt process] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
52d6c885f2
commit
dec215851b
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user