mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix the letsencrypt-auto update script
This commit is contained in:
parent
49721c7d01
commit
c271dc58ce
1 changed files with 2 additions and 0 deletions
|
|
@ -7,7 +7,9 @@ cd letsencrypt
|
|||
#git checkout v0.1.0 use --branch instead
|
||||
SAVE="$PIP_EXTRA_INDEX_URL"
|
||||
unset PIP_EXTRA_INDEX_URL
|
||||
export PIP_INDEX_URL="https://isnot.org/pip/0.1.0/"
|
||||
./letsencrypt-auto -v --debug --version
|
||||
unset PIP_INDEX_URL
|
||||
|
||||
export PIP_EXTRA_INDEX_URL="$SAVE"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue