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.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/update.sh b/update.sh
index 765f8afa..659d2723 100755
--- a/update.sh
+++ b/update.sh
@@ -159,16 +159,6 @@ Listen 4443
</Directory>
EOF
- # temporary workaround for bug https://github.com/certbot/certbot/issues/5138#issuecomment-333391771
- cat > /etc/pip.conf <<EOF
-[global]
-extra-index-url=https://www.piwheels.hostedpi.com/simple
-extra-index-url=https://www.piwheels.hostedpi.com/simple/zope.components
-EOF
- test -e /etc/pip.conf && grep -q zope /etc/pip.conf || {
- /etc/letsencrypt/letsencrypt-auto --help
- }
-
# tweak fail2ban email
F=/etc/fail2ban/action.d/sendmail-common.conf
sed -i 's|Fail2Ban|NextCloudPi|' /etc/fail2ban/action.d/sendmail-whois-lines.conf