Include lua-sec in xmpp install
This commit is contained in:
parent
ef73e6450b
commit
159d88d865
|
@ -6696,6 +6696,7 @@ function install_xmpp {
|
||||||
if grep -Fxq "install_xmpp" $COMPLETION_FILE; then
|
if grep -Fxq "install_xmpp" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
apt-get -y install lua-sec
|
||||||
apt-get -y install prosody
|
apt-get -y install prosody
|
||||||
|
|
||||||
if [ ! -d /etc/prosody ]; then
|
if [ ! -d /etc/prosody ]; then
|
||||||
|
|
Loading…
Reference in New Issue