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;