diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 03:41:47 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-21 03:41:47 +0300 |
commit | b2342f90e9131f61064a9c08f33d78903a157193 (patch) | |
tree | f0c42dd321f722a981c51a7779a521142319cdd8 /test-bsd-vm | |
parent | 3704b42a547a3324db2d7bfafbf8ba2bccd48750 (diff) |
Install more dependencies in VMs
Diffstat (limited to 'test-bsd-vm')
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh index a28935ea..ba27ffb3 100644 --- a/test-bsd-vm/bootstrap.sh +++ b/test-bsd-vm/bootstrap.sh @@ -6,4 +6,8 @@ sudo chsh -s `which zsh` vagrant sudo ln -s /usr/local/bin/zsh /usr/bin/zsh # Install git -sudo pkg install -y git
\ No newline at end of file +sudo pkg install -y git +# Install mercurial +sudo pkg install -y mercurial +# Install subversion +sudo pkg install -y subversion
\ No newline at end of file |