Don't try to install modules package

This commit is contained in:
Bob Mottram 2016-12-03 17:20:59 +00:00
parent a001b16d76
commit 1f6f1ea969
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ function install_xmpp_main {
apt-get -yq install lua-sec lua-bitop lua5.1 liblua5.1-dev
apt-get -yq install libidn11-dev libssl-dev lua-dbi-sqlite3
apt-get -yq mercurial
apt-get -yq install prosody prosody-modules
apt-get -yq install prosody
if [ ! -d /etc/prosody ]; then
echo $"ERROR: prosody does not appear to have installed. $CHECK_MESSAGE"