Merge pull request #352 from thewtex/git-src-url

git: Use mirror source URL for stability
This commit is contained in:
Jean-Christophe Fillion-Robin 2019-11-20 10:11:58 -05:00 committed by GitHub
commit 659dfd5b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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