Install redis
This commit is contained in:
parent
d0bf397f9e
commit
167b0b6a0f
|
@ -626,7 +626,7 @@ function mesh_install_peertube {
|
|||
return
|
||||
fi
|
||||
|
||||
chroot "$rootdir" apt-get -yq install ffmpeg curl
|
||||
chroot "$rootdir" apt-get -yq install ffmpeg curl redis-tools redis-server
|
||||
|
||||
function_check install_postgresql
|
||||
install_postgresql
|
||||
|
@ -737,7 +737,7 @@ function install_peertube {
|
|||
exit 783523
|
||||
fi
|
||||
|
||||
apt-get -yq install ffmpeg
|
||||
apt-get -yq install ffmpeg redis-tools redis-server
|
||||
|
||||
function_check install_postgresql
|
||||
install_postgresql
|
||||
|
|
Loading…
Reference in New Issue