mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update upgrade
This commit is contained in:
parent
2804f62ac4
commit
f227beb982
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ then
|
||||||
set +u;
|
set +u;
|
||||||
source /opt/yunohost/$app/bin/activate
|
source /opt/yunohost/$app/bin/activate
|
||||||
set -u;
|
set -u;
|
||||||
pip install radicale==$version python3-ldap
|
pip install --no-cache-dir radicale==$version python3-ldap
|
||||||
set +u;
|
set +u;
|
||||||
deactivate
|
deactivate
|
||||||
set -u;
|
set -u;
|
||||||
|
|
Loading…
Add table
Reference in a new issue