Skip to content

Commit 9f118cd

Browse files
committed
let's clone git-lfs from github :)
1 parent 690a9b7 commit 9f118cd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

script/centos-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
yum install -y bison git golang make man
1313
cd /tmp
14-
[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs
14+
[ -d git-lfs ] || git clone https://github.com/github/git-lfs
1515
cd git-lfs
1616
./script/bootstrap
1717
install -D bin/git-lfs /usr/local/bin

script/debian-build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ $go_version < 1.3.1 ]]; then
1919
fi
2020

2121
cd /tmp
22-
[ -d git-lfs ] || git clone https://github.com/jsh/git-lfs
22+
[ -d git-lfs ] || git clone https://github.com/github/git-lfs
2323
cd git-lfs
2424
./script/bootstrap
2525
install -D bin/git-lfs /usr/local/bin
@@ -34,7 +34,7 @@ elif grep -q Ubuntu /etc/issue; then
3434
rm -fr /usr/bin/gem && sudo ln -s /usr/bin/gem2.0 /usr/bin/gem
3535
else
3636
{
37-
echo "unknown Debian release"
37+
echo "unknown Debian release"
3838
cat /etc/issue
3939
} >&2
4040
exit 1
@@ -47,4 +47,3 @@ install man/*.1 /usr/local/share/man/man1
4747
git help lfs > /dev/null
4848

4949
echo SUCCESS
50-

0 commit comments

Comments
 (0)