Browse Source

Don't try to install modules package

Bob Mottram 8 years ago
parent
commit
1f6f1ea969
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-xmpp

+ 1
- 1
src/freedombone-app-xmpp View File

438
     apt-get -yq install lua-sec lua-bitop lua5.1 liblua5.1-dev
438
     apt-get -yq install lua-sec lua-bitop lua5.1 liblua5.1-dev
439
     apt-get -yq install libidn11-dev libssl-dev lua-dbi-sqlite3
439
     apt-get -yq install libidn11-dev libssl-dev lua-dbi-sqlite3
440
     apt-get -yq mercurial
440
     apt-get -yq mercurial
441
-    apt-get -yq install prosody prosody-modules
441
+    apt-get -yq install prosody
442
 
442
 
443
     if [ ! -d /etc/prosody ]; then
443
     if [ ! -d /etc/prosody ]; then
444
         echo $"ERROR: prosody does not appear to have installed. $CHECK_MESSAGE"
444
         echo $"ERROR: prosody does not appear to have installed. $CHECK_MESSAGE"