Ver código fonte

Install peertube

Bob Mottram 7 anos atrás
pai
commit
4fcb68be28
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      src/freedombone-app-peertube

+ 5
- 0
src/freedombone-app-peertube Ver arquivo

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