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
a32665add0
commit
54eccd637b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ sudo chown radicale:radicale -R /opt/yunohost/radicale
|
||||||
# Upgrade pip packages
|
# Upgrade pip packages
|
||||||
sudo rm -Rf /opt/yunohost/radicale
|
sudo rm -Rf /opt/yunohost/radicale
|
||||||
sudo virtualenv /opt/yunohost/radicale
|
sudo virtualenv /opt/yunohost/radicale
|
||||||
sudo bash -c 'source /opt/yunohost/radicale/bin/activate && pip install http://pypi.python.org/packages/source/R/Radicale/Radicale-1.0.tar.gz'
|
sudo bash -c 'source /opt/yunohost/radicale/bin/activate && pip install radicale==0.10 python-ldap'
|
||||||
|
|
||||||
# Radicale configuration
|
# Radicale configuration
|
||||||
sudo cp ../conf/config /etc/radicale/
|
sudo cp ../conf/config /etc/radicale/
|
||||||
|
|
Loading…
Reference in a new issue