Minor tweaks to the Vagrant files

This commit is contained in:
Nathan Fiedler
2016-02-13 15:18:13 -08:00
parent dd78d6bfac
commit ec1875fedb
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ Vagrant.configure(2) do |config|
# bring the system up to date # bring the system up to date
config.vm.provision 'shell', privileged: false, inline: <<-SHELL config.vm.provision 'shell', privileged: false, inline: <<-SHELL
sudo freebsd-update fetch install
sudo pkg update -q sudo pkg update -q
sudo pkg upgrade -q -y sudo pkg upgrade -q -y
sudo pkg autoremove -y sudo pkg autoremove -y

View File

@ -1,5 +1,5 @@
# #
# Vagrantfile for Ubuntu 14.04 test environment. # Vagrantfile for Ubuntu Linux 14.04 test environment.
# #
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|