diff options
Diffstat (limited to 'freebsd13/Vagrantfile')
-rw-r--r-- | freebsd13/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd13/Vagrantfile b/freebsd13/Vagrantfile index 84f6e95..3105c68 100644 --- a/freebsd13/Vagrantfile +++ b/freebsd13/Vagrantfile @@ -49,5 +49,6 @@ Vagrant.configure('2') do |config| config.vm.provision 'provision', type: 'shell', name: 'provision', privileged: false, reboot: false, inline: <<-SHELL set -ex sudo pkg update && sudo pkg upgrade -y + sudo pkg install -y pkgconf gcc gmake git wget curl vim tmux ncurses readline SHELL end |