From 4b69355b1bf1181fff79da0fa95a75586a876c94 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 19 Jul 2022 19:21:16 +0000 Subject: [PATCH] Make setup work for any git 2.* present in PPA. Fix https://github.com/cirosantilli/linux-kernel-module-cheat/pull/222 --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 67f9371..54a42ba 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.*' else git=git fi