Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 9d4ffd27..dcdb2068 100755
--- a/update.sh
+++ b/update.sh
@@ -246,6 +246,12 @@ EOF
a2enmod authnz_external authn_core auth_basic
bash -c "sleep 2 && systemctl restart apache2" &>/dev/null &
}
+
+ # temporary workaround for bug https://github.com/certbot/certbot/issues/5138#issuecomment-333391771
+ test -e /etc/pip.conf && grep -q zope /etc/pip.conf || {
+ cat >> /etc/pip.conf <<<"extra-index-url=https://www.piwheels.hostedpi.com/simple/zope.components"
+ /etc/letsencrypt/letsencrypt-auto --help
+ }
}
# License