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:
parent
b5c0c68233
commit
2804f62ac4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue