From 2b9a57a8ee1ba47619c962c7b24a782c6ad9a2e6 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 7 Mar 2017 20:14:41 +0100 Subject: Add BSD-VM --- test-bsd-vm/bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-bsd-vm/bootstrap.sh (limited to 'test-bsd-vm/bootstrap.sh') 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 -- cgit v1.2.3