diff options
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh index ffbcb707..f78b3078 100644 --- a/test-bsd-vm/bootstrap.sh +++ b/test-bsd-vm/bootstrap.sh @@ -3,3 +3,6 @@ # Install ZSH sudo pkg install -y zsh sudo chsh -s `which zsh` vagrant + +# Install git +sudo pkg install -y git
\ No newline at end of file |