diff options
Diffstat (limited to 'test-vm/bootstrap.sh')
-rw-r--r-- | test-vm/bootstrap.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test-vm/bootstrap.sh b/test-vm/bootstrap.sh deleted file mode 100644 index 9651c4eb..00000000 --- a/test-vm/bootstrap.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |