From f48fe7eb68d801d4ea843ab92137101432a6bff7 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Mon, 18 Jul 2022 16:14:03 +0200 Subject: [PATCH] setup: update git to 1:2.3.7 2.3.6 is not there anymore: https://launchpad.net/~git-core/+archive/ubuntu/ppa Signed-off-by: Maciej Pijanowski --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 67f93715..ebe5a055 100755 --- a/setup +++ b/setup @@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then apt install -y software-properties-common add-apt-repository -y ppa:git-core/ppa $sudo apt update - git='git=1:2.36.*' + git='git=1:2.37.*' else git=git fi