Use git instead of git-core in bootstrapping on Debian and friends

Fixes #1179.
This commit is contained in:
Axel Beckert 2015-10-29 09:19:38 +01:00
parent 64073b234a
commit 7fdea8dd1a

View file

@ -33,7 +33,7 @@ if apt-cache show python-virtualenv > /dev/null ; then
fi
apt-get install -y --no-install-recommends \
git-core \
git \
python \
python-dev \
$virtualenv \