diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 02:01:40 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-08 02:01:40 +0300 |
commit | a09d56e3a78b19204ede9fade683bf88e3eda906 (patch) | |
tree | 29df48346180796cba1d196b8679bf406e26b1c8 | |
parent | 3bb567b45ad228e148af6f370ccd227cd7dc1d7e (diff) |
Install git in the BSD-VM
-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 |