aboutsummaryrefslogtreecommitdiff
path: root/test-vm/bootstrap.sh
diff options
context:
space:
mode:
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