Browse Source

add install.sh

pull/3/head
Brett Langdon 10 years ago
parent
commit
5bd4f3966a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      install.sh

+ 6
- 0
install.sh View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd /tmp \
&& rm -rf git-vendor \
&& git clone https://github.com/brettlangdon/git-vendor &> /dev/null \
&& cd git-vendor \
&& make install

Loading…
Cancel
Save