mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
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:
2
setup
2
setup
@@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then
|
|||||||
apt install -y software-properties-common
|
apt install -y software-properties-common
|
||||||
add-apt-repository -y ppa:git-core/ppa
|
add-apt-repository -y ppa:git-core/ppa
|
||||||
$sudo apt update
|
$sudo apt update
|
||||||
git='git=1:2.36.*'
|
git='git=1:2.*'
|
||||||
else
|
else
|
||||||
git=git
|
git=git
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user