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:
parent
2e509ebb8f
commit
7c1a3b3509
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev lib
|
||||||
|
|
||||||
# Init virtualenv
|
# Init virtualenv
|
||||||
sudo virtualenv /opt/yunohost/radicale
|
sudo virtualenv /opt/yunohost/radicale
|
||||||
sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale python-ldap"
|
sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale=0.10 python-ldap"
|
||||||
|
|
||||||
#Configuration Radicale
|
#Configuration Radicale
|
||||||
if [ ! -d /etc/radicale ];
|
if [ ! -d /etc/radicale ];
|
||||||
|
|
Loading…
Reference in a new issue