mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] install of python-xmpp on jessie
This commit is contained in:
parent
df728184c1
commit
31647291b8
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
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 ]]
|
if [[ ! -f /etc/yunohost/yunohost.conf ]]
|
||||||
then
|
then
|
||||||
mkdir /etc/yunohost/
|
mkdir /etc/yunohost/
|
||||||
|
|
Loading…
Add table
Reference in a new issue