diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-07-11 06:22:22 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-07-11 06:22:22 +0300 |
commit | 7519b5292a90b3d0bdc1fa646fc54079312ea36a (patch) | |
tree | 75a149b370db052a5a4c29efa9a3fa581683da70 /test-vm/bootstrap.sh | |
parent | 772c9ab85d82a87c0e7cf638ce4032697e217bc7 (diff) | |
parent | c4cac7eaa842b3b8600bfb791135b50d141523f7 (diff) |
Merge Vagrant VM support for development.
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 |