From 9c55180f6d63f6160bcc7da3bfdb56824db945ff Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 12 Dec 2014 10:44:10 -0800 Subject: [PATCH] Update the apt cache --- templates/commands/init/Vagrantfile.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index d2f6dc076..4cae3c990 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -71,6 +71,7 @@ Vagrant.configure(2) do |config| # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. # config.vm.provision "shell", inline: <<-SHELL - # sudo apt-get install apache2 + # sudo apt-get update + # sudo apt-get install -y apache2 # SHELL end