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
4b066cdc2a
commit
7e422ee808
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ fi
|
|||
sudo chown radicale:radicale -R /opt/yunohost/radicale
|
||||
|
||||
# Upgrade pip packages
|
||||
sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale python-ldap --upgrade"
|
||||
sudo rm -Rf /opt/yunohost/radicale
|
||||
sudo virtualenv /opt/yunohost/radicale
|
||||
sudo /opt/yunohost/radicale/bin/pip install radicale==1.0 python-ldap
|
||||
|
||||
# Radicale configuration
|
||||
sudo cp ../conf/config /etc/radicale/
|
||||
|
|
Loading…
Reference in a new issue