aboutsummaryrefslogtreecommitdiff
path: root/test-vm/bootstrap.sh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-07-19 15:11:55 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-07-19 15:11:55 +0300
commitb82e19f07330d4c7fddfb3b6264268e619585326 (patch)
treecf7f040a3a2a7c0dadb6c6a4686a9572af809c54 /test-vm/bootstrap.sh
parent10c5b28859d372f480c1352d4b7a74672e77b430 (diff)
parent83584894703039a4337b1f7d7b969992ea4cb9c9 (diff)
Merge branch 'master' into dritter/minimize_dependencies
Diffstat (limited to 'test-vm/bootstrap.sh')
-rw-r--r--test-vm/bootstrap.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-vm/bootstrap.sh b/test-vm/bootstrap.sh
new file mode 100644
index 00000000..9651c4eb
--- /dev/null
+++ b/test-vm/bootstrap.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#sudo apt-get update
+
+sudo apt-get install -y curl
+sudo apt-get install -y git
+
+sudo apt-get install -y zsh
+sudo chsh -s $(which zsh) vagrant