chore: Add ppa candidate repo to install 2.50.1 version of git (#12563)

This commit is contained in:
Subir Ghosh
2025-07-09 23:23:45 -06:00
committed by GitHub
parent 26b12b9e2a
commit 903ef895e7

View File

@@ -7,7 +7,7 @@
# Source the helpers for use with the script # Source the helpers for use with the script
source $HELPER_SCRIPTS/install.sh source $HELPER_SCRIPTS/install.sh
GIT_REPO="ppa:git-core/ppa" GIT_REPO="ppa:git-core/candidate"
## Install git ## Install git
add-apt-repository $GIT_REPO -y add-apt-repository $GIT_REPO -y