mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Avoid debconf prompts while provisioning
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
3e5dcfcbf5
commit
a2997a0c70
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -23,7 +23,7 @@ Vagrant.configure(2) do |config|
|
||||
cd /vagrant/
|
||||
./setup.py install
|
||||
apt update
|
||||
apt install -y $(plinth --list-dependencies)
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y $(plinth --list-dependencies)
|
||||
systemctl daemon-reload
|
||||
systemctl restart plinth
|
||||
SHELL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user