diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-21 05:03:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-21 05:03:32 +0300 |
commit | 9e40f2d9f2d9c6a193cc67b7577666c3f782a010 (patch) | |
tree | 6143ce8e243ceb67bb4819b234b06859e2b1972f /test-bsd-vm | |
parent | 0132c5dc35eefa428e0b914c724c28c8068ac7e1 (diff) | |
parent | 3ef7fb35f818a44c029eea7e8196f75a6b0e6eba (diff) |
Merge pull request #452 from dritter/improve_travis_and_vms
Improve travis and VMs
Diffstat (limited to 'test-bsd-vm')
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh index f78b3078..ba27ffb3 100644 --- a/test-bsd-vm/bootstrap.sh +++ b/test-bsd-vm/bootstrap.sh @@ -3,6 +3,11 @@ # Install ZSH sudo pkg install -y zsh 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 |