瀏覽代碼

Install peertube

Bob Mottram 7 年之前
父節點
當前提交
4fcb68be28
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      src/freedombone-app-peertube

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

@@ -535,6 +535,11 @@ function install_peertube {
535 535
         echo $'Failed to run yarn install'
536 536
         exit 63754235
537 537
     fi
538
+    npm install
539
+    if [ ! "$?" = "0" ]; then
540
+        echo $'Failed to install peertube'
541
+        exit 7835243
542
+    fi
538 543
     npm run build
539 544
     if [ ! "$?" = "0" ]; then
540 545
         echo $'Failed to build peertube'