Install git in the BSD-VM

This commit is contained in:
Dominik Ritter 2017-03-08 00:01:40 +01:00
parent 3bb567b45a
commit a09d56e3a7

View File

@ -3,3 +3,6 @@
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant
# Install git
sudo pkg install -y git