From a09d56e3a78b19204ede9fade683bf88e3eda906 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Wed, 8 Mar 2017 00:01:40 +0100 Subject: [PATCH] Install git in the BSD-VM --- test-bsd-vm/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) 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