Pārlūkot izejas kodu

Install peertube

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
4fcb68be28
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      src/freedombone-app-peertube

+ 5
- 0
src/freedombone-app-peertube Parādīt failu

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