Sfoglia il codice sorgente

Don't try to install modules package

Bob Mottram 8 anni fa
parent
commit
1f6f1ea969
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-xmpp

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

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