Explorar el Código

Install redis

Bob Mottram hace 7 años
padre
commit
167b0b6a0f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-app-peertube

+ 2
- 2
src/freedombone-app-peertube Ver fichero

626
         return
626
         return
627
     fi
627
     fi
628
 
628
 
629
-    chroot "$rootdir" apt-get -yq install ffmpeg curl
629
+    chroot "$rootdir" apt-get -yq install ffmpeg curl redis-tools redis-server
630
 
630
 
631
     function_check install_postgresql
631
     function_check install_postgresql
632
     install_postgresql
632
     install_postgresql
737
         exit 783523
737
         exit 783523
738
     fi
738
     fi
739
 
739
 
740
-    apt-get -yq install ffmpeg
740
+    apt-get -yq install ffmpeg redis-tools redis-server
741
 
741
 
742
     function_check install_postgresql
742
     function_check install_postgresql
743
     install_postgresql
743
     install_postgresql