diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-07-11 15:26:05 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-07-11 15:26:05 +0300 |
commit | bc7c01648f536d023c79324cea213cdc1202c87f (patch) | |
tree | 75decc4b67e120cb7dd6c5f9490d72508c8dbc99 /test-vm/bootstrap.sh | |
parent | 5bd4f439e464321ad402aac9b8886b8cbd188b68 (diff) | |
parent | 79499dbb00147fea47a66492b46c110445371c91 (diff) |
Merge branch 'master' into dritter/nvm
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 |