Install redis

This commit is contained in:
Bob Mottram 2018-03-31 20:27:25 +01:00
parent d0bf397f9e
commit 167b0b6a0f
1 changed files with 2 additions and 2 deletions

View File

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