aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1f53d5d..501a680 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -51,5 +51,8 @@ Vagrant.configure(2) do |config|
# QEMU run-time emulator
sudo apt-get -y install qemu
+ # Tidy command
+ sudo apt-get -y install tidy
+
SHELL
end