diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-01 23:45:36 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-01 23:45:36 +0300 |
commit | ceae2d7422545ae493c6dbf0217d234fb28e2ebc (patch) | |
tree | 24d273988a2e9a84d916b915ae094bf5d78255e9 /test-bsd-vm/bootstrap.sh | |
parent | 71b763b69278e43736e5821c4c5d35f51c643ee2 (diff) |
remove most things
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 |