let's clone git-lfs from github :)

This commit is contained in:
Rick Olson 2015-05-13 10:48:37 -06:00
parent 690a9b74a3
commit 9f118cda39
2 changed files with 3 additions and 4 deletions

@ -11,7 +11,7 @@ fi
yum install -y bison git golang make man
cd /tmp
[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs
[ -d git-lfs ] || git clone https://github.com/github/git-lfs
cd git-lfs
./script/bootstrap
install -D bin/git-lfs /usr/local/bin

@ -19,7 +19,7 @@ if [[ $go_version < 1.3.1 ]]; then
fi
cd /tmp
[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs
[ -d git-lfs ] || git clone https://github.com/github/git-lfs
cd git-lfs
./script/bootstrap
install -D bin/git-lfs /usr/local/bin
@ -47,4 +47,3 @@ install man/*.1 /usr/local/share/man/man1
git help lfs > /dev/null
echo SUCCESS