summaryrefslogtreecommitdiff
path: root/test-bsd-vm/bootstrap.sh
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-08 22:31:47 +0300
committerGitHub <noreply@github.com>2017-03-08 22:31:47 +0300
commit94293b0f9417acb1648dbc9e659a8f21452a508d (patch)
treeefdcf0d4bb3251a5caae3da9eeb9ac24ac192d16 /test-bsd-vm/bootstrap.sh
parent2f387376aaad69953a8d13324de794bc87772642 (diff)
parentbdb16a81c156bd409f76e979c35621dba7471837 (diff)
Merge pull request #424 from dritter/add_freebsd_vm
Add FreeBSD VM
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r--test-bsd-vm/bootstrap.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh
new file mode 100644
index 00000000..f78b3078
--- /dev/null
+++ b/test-bsd-vm/bootstrap.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Install ZSH
+sudo pkg install -y zsh
+sudo chsh -s `which zsh` vagrant
+
+# Install git
+sudo pkg install -y git \ No newline at end of file