From 188387e3e4943cab0249c239e37383a62725858e Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 15 Jan 2015 17:10:51 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 999678c..d391683 100755 --- a/scripts/install +++ b/scripts/install @@ -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 bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale=0.10 python-ldap" +sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale==0.10 python-ldap" #Configuration Radicale if [ ! -d /etc/radicale ];