summaryrefslogtreecommitdiff
path: root/test-bsd-vm
diff options
context:
space:
mode:
Diffstat (limited to 'test-bsd-vm')
-rw-r--r--test-bsd-vm/bootstrap.sh7
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