From ec1875fedbb8a79d0af770ae90959f6a7786ddaf Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 13 Feb 2016 15:18:13 -0800 Subject: [PATCH] Minor tweaks to the Vagrant files --- vagrant/freebsd10/Vagrantfile | 1 - vagrant/ubuntu14/Vagrantfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/vagrant/freebsd10/Vagrantfile b/vagrant/freebsd10/Vagrantfile index 621a818..c515ca3 100644 --- a/vagrant/freebsd10/Vagrantfile +++ b/vagrant/freebsd10/Vagrantfile @@ -20,7 +20,6 @@ Vagrant.configure(2) do |config| # bring the system up to date config.vm.provision 'shell', privileged: false, inline: <<-SHELL - sudo freebsd-update fetch install sudo pkg update -q sudo pkg upgrade -q -y sudo pkg autoremove -y diff --git a/vagrant/ubuntu14/Vagrantfile b/vagrant/ubuntu14/Vagrantfile index cb45709..12d4493 100644 --- a/vagrant/ubuntu14/Vagrantfile +++ b/vagrant/ubuntu14/Vagrantfile @@ -1,5 +1,5 @@ # -# Vagrantfile for Ubuntu 14.04 test environment. +# Vagrantfile for Ubuntu Linux 14.04 test environment. # Vagrant.configure(2) do |config|