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

Don't install peertube on mesh images for now

parent 95d06ef9
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
#
# PeerTube server
#
# There's a problem with installing this onto mesh images, which is
# that qemu appears to run out of RAM when using yarn to add webpack.
#
# License
# =======
#
......
......@@ -705,7 +705,7 @@ initialise_mesh() {
install_web_server
install_pelican
mesh_install_cryptpad
mesh_install_peertube
#mesh_install_peertube
if [ $ENABLE_ZERONET ]; then
install_zeronet
fi
......
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