summaryrefslogtreecommitdiff
path: root/test-bsd-vm/bootstrap.sh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2017-03-08 02:01:40 +0300
committerDominik Ritter <dritter03@googlemail.com>2017-03-08 02:01:40 +0300
commita09d56e3a78b19204ede9fade683bf88e3eda906 (patch)
tree29df48346180796cba1d196b8679bf406e26b1c8 /test-bsd-vm/bootstrap.sh
parent3bb567b45ad228e148af6f370ccd227cd7dc1d7e (diff)
Install git in the BSD-VM
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r--test-bsd-vm/bootstrap.sh3
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