Skip to content

Commit

Permalink
Upgrade Git to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 authored and hangxie committed May 1, 2020
1 parent 93792d3 commit 392949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function layer_build_apps_not_provided_by_os_packages() {
apt-get -y -qq clean && apt-get -y -qq autoremove && rm -rf /var/lib/apt/lists/*

echo "Install git (needs to build first as a dependency)." && \
export ORG="git" && export REPO="git" && export VERSION="2.24.1" && export ARTIFACT="${REPO}" && \
export ORG="git" && export REPO="git" && export VERSION="2.26.2" && export ARTIFACT="${REPO}" && \
curl -sSfL https://github.com/"${ORG}"/"${REPO}"/archive/v"${VERSION}".tar.gz | tar xz && cd git-* && \
make configure && ./configure --prefix=/usr/local && make && make install && cd .. && rm -fr git-*

Expand Down

0 comments on commit 392949a

Please sign in to comment.