Do not ship letsencrypt-nginx until it's somewhat plausibly working

This commit is contained in:
Peter Eckersley 2015-10-14 23:06:20 -07:00
parent 39e489d03c
commit ab036e98e0

View file

@ -68,11 +68,13 @@ echo "Updating letsencrypt and virtual environment dependencies..."
if [ "$VERBOSE" = 1 ] ; then
$VENV_BIN/pip install -U setuptools
$VENV_BIN/pip install -U pip
$VENV_BIN/pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx
# nginx is buggy / disabled for now...
$VENV_BIN/pip install -U letsencrypt letsencrypt-apache #letsencrypt-nginx
else
$VENV_BIN/pip install -U setuptools > /dev/null
$VENV_BIN/pip install -U pip > /dev/null
$VENV_BIN/pip install -U letsencrypt letsencrypt-apache letsencrypt-nginx > /dev/null
# nginx is buggy / disabled for now...
$VENV_BIN/pip install -U letsencrypt letsencrypt-apache > /dev/null
fi
# Explain what's about to happen, for the benefit of those getting sudo