diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-06-10 03:31:36 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-06-10 03:31:36 +0300 |
commit | 4ad6080d319696dc241791bb5ca3f70db42a135e (patch) | |
tree | dea31a783c47a871eb055571157bbbd6dde75219 /test-vm/bootstrap.sh | |
parent | 1e31869e1307f90148570cd8e96b6aee8b8b223d (diff) |
Added a testing environment in form of a virtual machine.
Diffstat (limited to 'test-vm/bootstrap.sh')
-rw-r--r-- | test-vm/bootstrap.sh | 9 |
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 |