Merge pull request #1186 from xtaran/master

Use git instead of git-core in bootstrapping on Debian and friends
This commit is contained in:
bmw 2015-10-29 10:55:42 -07:00
commit 206ee072db

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 \