Make setup work for any git 2.* present in PPA.

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/pull/222
This commit is contained in:
Ciro Santilli
2022-07-19 19:21:16 +00:00
parent 552b391db8
commit 4b69355b1b

2
setup
View File

@@ -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