[fix] install of python-xmpp on jessie

This commit is contained in:
abeudin 2015-05-01 13:02:56 +02:00
parent df728184c1
commit 31647291b8

View file

@ -55,6 +55,12 @@ do
fi
done
# Fix install on jessie
if [ $(lsb_release -c | awk '{print $2}') = jessie ];
then
apt-get install python-xmpp -y
fi
if [[ ! -f /etc/yunohost/yunohost.conf ]]
then
mkdir /etc/yunohost/