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|