From e2b1b1895ff0a5c9913ef6907fc1236c8276312f Mon Sep 17 00:00:00 2001 From: jaisonpjohn Date: Wed, 1 Aug 2018 07:04:44 -0500 Subject: [PATCH] git-lfs moved to it's own github organization. --- scripts/install_git_lfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_git_lfs.sh b/scripts/install_git_lfs.sh index e8ee9f3..f42c91d 100755 --- a/scripts/install_git_lfs.sh +++ b/scripts/install_git_lfs.sh @@ -7,7 +7,7 @@ _main() { tmpdir="$(mktemp -d git_lfs_install.XXXXXX)" cd "$tmpdir" - curl -Lo git.tar.gz https://github.com/github/git-lfs/releases/download/v2.1.1/git-lfs-linux-amd64-2.1.1.tar.gz + curl -Lo git.tar.gz https://github.com/git-lfs/git-lfs/releases/download/v2.1.1/git-lfs-linux-amd64-2.1.1.tar.gz gunzip git.tar.gz tar xf git.tar mv git-lfs-2.1.1/git-lfs /usr/bin