From 31647291b81a333a76035f3b7c68fdf41e110bcd Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 1 May 2015 13:02:56 +0200 Subject: [PATCH] [fix] install of python-xmpp on jessie --- install_yunohostv2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install_yunohostv2 b/install_yunohostv2 index d55a1f9..9d6a331 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -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/