From 2804f62ac45cd5e9562a953c21c9d1d57768bb6a Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:20:59 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 772298a..2c6e1e1 100755 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ python3 -m venv /opt/yunohost/$app 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;