瀏覽代碼

Don't install peertube on mesh images for now

Bob Mottram 7 年之前
父節點
當前提交
f1759c7631
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 3
    0
      src/freedombone-app-peertube
  2. 1
    1
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-app-peertube 查看文件

@@ -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 查看文件

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