浏览代码

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

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