mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Put hold on freedombox package during provision
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
2c7d1a09c1
commit
47366770c8
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -27,7 +27,10 @@ Vagrant.configure(2) do |config|
|
||||
cd /vagrant/
|
||||
./setup.py install
|
||||
apt-get update
|
||||
# In case new dependencies conflict with old dependencies
|
||||
apt-mark hold freedombox
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y $(plinth --list-dependencies)
|
||||
apt-mark unhold freedombox
|
||||
systemctl daemon-reload
|
||||
SHELL
|
||||
config.vm.provision "shell", run: 'always', inline: <<-SHELL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user