1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update install

This commit is contained in:
jarod5001 2022-04-15 04:20:59 +01:00 committed by GitHub
parent b5c0c68233
commit 2804f62ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;