From f227beb98246ef8e3576b56ee73bcb07c940060e Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:24:04 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5c2aa9e..b4546ee 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -232,7 +232,7 @@ then set +u; source /opt/yunohost/$app/bin/activate set -u; - pip install radicale==$version python3-ldap + pip install --no-cache-dir radicale==$version python3-ldap set +u; deactivate set -u;