From 903ef895e76378b56bd9e130ce010ca2222dd673 Mon Sep 17 00:00:00 2001 From: Subir Ghosh Date: Wed, 9 Jul 2025 23:23:45 -0600 Subject: [PATCH] chore: Add ppa candidate repo to install 2.50.1 version of git (#12563) --- images/ubuntu/scripts/build/install-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu/scripts/build/install-git.sh b/images/ubuntu/scripts/build/install-git.sh index 25dc93bb2..33be88b88 100644 --- a/images/ubuntu/scripts/build/install-git.sh +++ b/images/ubuntu/scripts/build/install-git.sh @@ -7,7 +7,7 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/install.sh -GIT_REPO="ppa:git-core/ppa" +GIT_REPO="ppa:git-core/candidate" ## Install git add-apt-repository $GIT_REPO -y