We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3accfcd commit 552b391Copy full SHA for 552b391
setup
@@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then
17
apt install -y software-properties-common
18
add-apt-repository -y ppa:git-core/ppa
19
$sudo apt update
20
- git=git=1:2.36.0-0ppa1~ubuntu20.04.1
+ git='git=1:2.36.*'
21
else
22
git=git
23
fi
0 commit comments