Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Add VirtualBox additions (shared folder support, etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Nov 21, 2021
1 parent 33a488e commit 9f4247a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<~SHELL
pkg bootstrap
pkg update
pkg install -y curl bash git gmake llvm
pkg install -y curl bash git gmake llvm virtualbox-ose-additions-nox11
pkg clean -ay
rm -rf /usr/ports /usr/share/doc
sysrc vboxguest_enable="YES"
sysrc vboxservice_enable="YES"
chsh -s /usr/local/bin/bash vagrant
su vagrant <<'EOF'
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
Expand Down

0 comments on commit 9f4247a

Please sign in to comment.