mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Bootstrap Debian: add git-core dep
This commit is contained in:
parent
2139971212
commit
2be914f0d5
1 changed files with 2 additions and 1 deletions
|
|
@ -45,9 +45,10 @@ fi
|
|||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
git-core \
|
||||
python \
|
||||
"$virtualenv" \
|
||||
python-dev \
|
||||
"$virtualenv" \
|
||||
gcc \
|
||||
swig \
|
||||
dialog \
|
||||
|
|
|
|||
Loading…
Reference in a new issue