From 64385cbd80cde04e9ee53fd046df5bc0ee6ef270 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Thu, 15 Oct 2015 00:09:42 -0700 Subject: [PATCH] Disable nginx in bootstrap/venv.sh too --- bootstrap/venv.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap/venv.sh b/bootstrap/venv.sh index 619135d0d..ce31e6703 100755 --- a/bootstrap/venv.sh +++ b/bootstrap/venv.sh @@ -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!"