From 552b391db83eeadf164fce9112748fdb53c6ee81 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 17 Jun 2022 07:55:20 +0100 Subject: [PATCH] docker: user wildcard minor ppa git version to overcome updates Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/219 --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 2f4342a..67f9371 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.0-0ppa1~ubuntu20.04.1 + git='git=1:2.36.*' else git=git fi