Include lua-sec in xmpp install

This commit is contained in:
Bob Mottram 2015-01-31 08:38:38 +00:00
parent ef73e6450b
commit 159d88d865
1 changed files with 1 additions and 0 deletions

View File

@ -6696,6 +6696,7 @@ function install_xmpp {
if grep -Fxq "install_xmpp" $COMPLETION_FILE; then
return
fi
apt-get -y install lua-sec
apt-get -y install prosody
if [ ! -d /etc/prosody ]; then