diff options
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh deleted file mode 100644 index ba27ffb3..00000000 --- a/test-bsd-vm/bootstrap.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Install ZSH -sudo pkg install -y zsh -sudo chsh -s `which zsh` vagrant -sudo ln -s /usr/local/bin/zsh /usr/bin/zsh - -# Install git -sudo pkg install -y git -# Install mercurial -sudo pkg install -y mercurial -# Install subversion -sudo pkg install -y subversion
\ No newline at end of file |