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