Skip to content
Snippets Groups Projects
Commit 167b0b6a authored by Bob Mottram's avatar Bob Mottram
Browse files

Install redis

parent d0bf397f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment