git: Use mirror source URL for stability

This commit is contained in:
Matt McCormick 2019-11-20 10:07:24 -05:00
parent aba2588f88
commit 3f22071fa0
No known key found for this signature in database
GPG Key ID: 45DA982347954FA5

View File

@ -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