Bläddra i källkod

Don't install peertube on mesh images for now

Bob Mottram 7 år sedan
förälder
incheckning
f1759c7631
2 ändrade filer med 4 tillägg och 1 borttagningar
  1. 3
    0
      src/freedombone-app-peertube
  2. 1
    1
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-app-peertube Visa fil

@@ -10,6 +10,9 @@
10 10
 #
11 11
 # PeerTube server
12 12
 #
13
+# There's a problem with installing this onto mesh images, which is
14
+# that qemu appears to run out of RAM when using yarn to add webpack.
15
+#
13 16
 # License
14 17
 # =======
15 18
 #

+ 1
- 1
src/freedombone-image-customise Visa fil

@@ -705,7 +705,7 @@ initialise_mesh() {
705 705
     install_web_server
706 706
     install_pelican
707 707
     mesh_install_cryptpad
708
-    mesh_install_peertube
708
+    #mesh_install_peertube
709 709
     if [ $ENABLE_ZERONET ]; then
710 710
         install_zeronet
711 711
     fi