mirror of
https://github.com/certbot/certbot.git
synced 2026-04-23 07:07:03 -04:00
Disable nginx in bootstrap/venv.sh too
This commit is contained in:
parent
0fb8e3c479
commit
64385cbd80
1 changed files with 1 additions and 3 deletions
|
|
@ -20,9 +20,7 @@ fi
|
|||
pip install -U setuptools
|
||||
pip install -U pip
|
||||
|
||||
# TODO: install apache and nginx plugins by default?
|
||||
# --pre is not necessary for dev releases in more recent pip versions
|
||||
pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx
|
||||
pip install -U letsencrypt letsencrypt-apache # letsencrypt-nginx
|
||||
|
||||
echo
|
||||
echo "Congratulations, Let's Encrypt has been successfully installed/updated!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue