mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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/
|
cd /vagrant/
|
||||||
./setup.py install
|
./setup.py install
|
||||||
apt update
|
apt update
|
||||||
apt install -y $(plinth --list-dependencies)
|
DEBIAN_FRONTEND=noninteractive apt install -y $(plinth --list-dependencies)
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl restart plinth
|
systemctl restart plinth
|
||||||
SHELL
|
SHELL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user