Install ncurses-term during vagrant file provision

The vagrant box after being destroyed and created doesn't have ncurses-term
installed. Proactively install it to avoid the problem.

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-08-29 12:39:00 +05:30 committed by James Valleroy
parent e79ba32fc6
commit 7878ccde29
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

2
Vagrantfile vendored
View File

@ -32,6 +32,8 @@ Vagrant.configure(2) do |config|
systemctl disable plinth
# Disable automatic upgrades
/vagrant/actions/upgrades disable-auto
# Install ncurses-term
DEBIAN_FRONTEND=noninteractive apt install -y ncurses-term
SHELL
config.vm.post_up_message = "FreedomBox virtual machine is ready
for development. You can run the development version of Plinth using