File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
yum install -y bison git golang make man
13
13
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
15
15
cd git-lfs
16
16
./script/bootstrap
17
17
install -D bin/git-lfs /usr/local/bin
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [[ $go_version < 1.3.1 ]]; then
19
19
fi
20
20
21
21
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
23
23
cd git-lfs
24
24
./script/bootstrap
25
25
install -D bin/git-lfs /usr/local/bin
@@ -34,7 +34,7 @@ elif grep -q Ubuntu /etc/issue; then
34
34
rm -fr /usr/bin/gem && sudo ln -s /usr/bin/gem2.0 /usr/bin/gem
35
35
else
36
36
{
37
- echo " unknown Debian release"
37
+ echo " unknown Debian release"
38
38
cat /etc/issue
39
39
} >&2
40
40
exit 1
@@ -47,4 +47,3 @@ install man/*.1 /usr/local/share/man/man1
47
47
git help lfs > /dev/null
48
48
49
49
echo SUCCESS
50
-
You can’t perform that action at this time.
0 commit comments