Update the apt cache

This commit is contained in:
Seth Vargo 2014-12-12 10:44:10 -08:00
parent 5dfe323a2e
commit 9c55180f6d
1 changed files with 2 additions and 1 deletions

View File

@ -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