mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #352 from thewtex/git-src-url
git: Use mirror source URL for stability
This commit is contained in:
commit
659dfd5b4e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user