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,7 +626,7 @@ function mesh_install_peertube {
626 626
         return
627 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 631
     function_check install_postgresql
632 632
     install_postgresql
@@ -737,7 +737,7 @@ function install_peertube {
737 737
         exit 783523
738 738
     fi
739 739
 
740
-    apt-get -yq install ffmpeg
740
+    apt-get -yq install ffmpeg redis-tools redis-server
741 741
 
742 742
     function_check install_postgresql
743 743
     install_postgresql