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:
abeudin 2015-09-18 15:39:04 +02:00
parent 54eccd637b
commit 6a6a7eb726

View file

@ -15,7 +15,7 @@ sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev lib
# Init virtualenv
sudo virtualenv /opt/yunohost/radicale
sudo /opt/yunohost/radicale/bin/pip install radicale==1.0 python-ldap
sudo /opt/yunohost/radicale/bin/pip install radicale==0.10 python-ldap
#Configuration Radicale
if [ ! -d /etc/radicale ];