Don't install peertube on mesh images for now

This commit is contained in:
Bob Mottram 2017-12-05 18:27:57 +00:00
parent 95d06ef9b9
commit f1759c7631
2 changed files with 4 additions and 1 deletions

View File

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

View File

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