From 7878ccde29714d7e77407d35ce92b8ca3e594dfc Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Wed, 29 Aug 2018 12:39:00 +0530 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index d5ece15dd..dbb0093e8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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