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

Commit

Permalink
Don't need to grow filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Nov 21, 2021
1 parent 8c6f059 commit 33a488e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Vagrant.configure("2") do |config|
end

config.vm.provision "shell", inline: <<~SHELL
growfs -y /
pkg bootstrap
pkg update
pkg install -y curl bash git gmake llvm
Expand All @@ -32,6 +30,9 @@ Vagrant.configure("2") do |config|
~/.rbenv/bin/rbenv global 3.0.2
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.56.0
df -h
du -hs /home/vagrant
EOF
SHELL

Expand Down

0 comments on commit 33a488e

Please sign in to comment.