Skip to content

Commit

Permalink
Do not ship letsencrypt-nginx until it's somewhat plausibly working
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Oct 15, 2015
1 parent 39e489d commit ab036e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions letsencrypt-auto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab036e9

Please sign in to comment.