aboutsummaryrefslogtreecommitdiff
path: root/test-bsd-vm/bootstrap.sh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2017-03-07 22:14:41 +0300
committerDominik Ritter <dritter03@googlemail.com>2017-03-08 01:42:00 +0300
commit2b9a57a8ee1ba47619c962c7b24a782c6ad9a2e6 (patch)
treec1a2fe81b3a82be104e24c75bd20b3bcd5e453df /test-bsd-vm/bootstrap.sh
parent51296239eb8b0fc5826d1aecb9473755f09a829f (diff)
Add BSD-VM
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r--test-bsd-vm/bootstrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh
new file mode 100644
index 00000000..ffbcb707
--- /dev/null
+++ b/test-bsd-vm/bootstrap.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Install ZSH
+sudo pkg install -y zsh
+sudo chsh -s `which zsh` vagrant