소스 검색

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'