mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Merge pull request #1186 from xtaran/master
Use git instead of git-core in bootstrapping on Debian and friends
This commit is contained in:
commit
206ee072db
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue