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