Selaa lähdekoodia

Include lua-sec in xmpp install

Bob Mottram 10 vuotta sitten
vanhempi
commit
159d88d865
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/freedombone

+ 1
- 0
src/freedombone Näytä tiedosto

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