aboutsummaryrefslogtreecommitdiff
path: root/test-vm/bootstrap.sh
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-07-12 12:01:13 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-07-12 12:01:13 +0300
commit50bca4bf2571f4fd427b69e835fa4536ae74fa8f (patch)
treeceb814607eb3638bddad2013b606068ff6bf6a17 /test-vm/bootstrap.sh
parent891f5567fd198220cd2b7b4e471a465ac736579e (diff)
parent79499dbb00147fea47a66492b46c110445371c91 (diff)
Merge branch 'master' into dritter/shorten_dir_path
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