Don't install peertube on mesh images for now
This commit is contained in:
parent
95d06ef9b9
commit
f1759c7631
|
@ -10,6 +10,9 @@
|
||||||
#
|
#
|
||||||
# PeerTube server
|
# 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
|
# License
|
||||||
# =======
|
# =======
|
||||||
#
|
#
|
||||||
|
|
|
@ -705,7 +705,7 @@ initialise_mesh() {
|
||||||
install_web_server
|
install_web_server
|
||||||
install_pelican
|
install_pelican
|
||||||
mesh_install_cryptpad
|
mesh_install_cryptpad
|
||||||
mesh_install_peertube
|
#mesh_install_peertube
|
||||||
if [ $ENABLE_ZERONET ]; then
|
if [ $ENABLE_ZERONET ]; then
|
||||||
install_zeronet
|
install_zeronet
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue