mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
e79ba32fc6
commit
7878ccde29
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user