Procházet zdrojové kódy

Don't install peertube on mesh images for now

Bob Mottram před 7 roky
rodič
revize
f1759c7631
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 3
    0
      src/freedombone-app-peertube
  2. 1
    1
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-app-peertube Zobrazit soubor

10
 #
10
 #
11
 # PeerTube server
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
 # License
16
 # License
14
 # =======
17
 # =======
15
 #
18
 #

+ 1
- 1
src/freedombone-image-customise Zobrazit soubor

705
     install_web_server
705
     install_web_server
706
     install_pelican
706
     install_pelican
707
     mesh_install_cryptpad
707
     mesh_install_cryptpad
708
-    mesh_install_peertube
708
+    #mesh_install_peertube
709
     if [ $ENABLE_ZERONET ]; then
709
     if [ $ENABLE_ZERONET ]; then
710
         install_zeronet
710
         install_zeronet
711
     fi
711
     fi