1
0
Fork 0
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:
abeudin 2014-05-29 12:53:53 +02:00
parent 9e583990a0
commit f7ca69712f

View file

@ -3,6 +3,12 @@
# Check depends installation
sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python
if [ -d /usr/local/radicale ];
then
mdkir -p /opt/yunohost
mv /usr/local/radicale /opt/yunohost/
fi
# Upgrade pip packages
sudo bash -c "source /opt/yunohost/radicale/bin/activate && pip install radicale python-ldap --upgrade"