Kaynağa Gözat

Install redis

Bob Mottram 7 yıl önce
ebeveyn
işleme
167b0b6a0f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/freedombone-app-peertube

+ 2
- 2
src/freedombone-app-peertube Dosyayı Görüntüle

@@ -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