diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-07-25 01:00:01 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-07-25 01:00:01 +0300 |
commit | 880a715b9c5d0923f9ba45f2471d1f96cf562199 (patch) | |
tree | e0c50ea3c3891e790c6e2a2021a25592ab32fa0d /test-vm/bootstrap.sh | |
parent | 0993e7ce88f90367b543d4bf324023a352304fe8 (diff) | |
parent | 925e6752f7261efb031c333e6c1206093760a321 (diff) |
Merge branch 'master' into dritter/os_detection
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 |