Skip to content

Commit 4b69355

Browse files
committed
Make setup work for any git 2.* present in PPA.
Fix #222
1 parent 552b391 commit 4b69355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then
1717
apt install -y software-properties-common
1818
add-apt-repository -y ppa:git-core/ppa
1919
$sudo apt update
20-
git='git=1:2.36.*'
20+
git='git=1:2.*'
2121
else
2222
git=git
2323
fi

0 commit comments

Comments
 (0)