From 3f22071fa00f4380f8a6c535651138ddb1c70a9c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 20 Nov 2019 10:07:24 -0500 Subject: [PATCH] git: Use mirror source URL for stability --- imagefiles/build-and-install-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagefiles/build-and-install-git.sh b/imagefiles/build-and-install-git.sh index 10b3bda..0e611c3 100755 --- a/imagefiles/build-and-install-git.sh +++ b/imagefiles/build-and-install-git.sh @@ -23,7 +23,7 @@ ldconfig cd /usr/src -url="https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.tar.gz" +url="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.tar.gz" echo "Downloading $url" curl -# -LO $url