Explorar el Código

Missing command

Bob Mottram hace 7 años
padre
commit
161ca39a89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Ver fichero

@@ -778,7 +778,7 @@ function install_peertube {
778 778
         exit 45465774
779 779
     fi
780 780
     alias npm-exec='PATH=$(npm bin):$PATH'
781
-    npm-exec install node@9.5.0
781
+    npm-exec npm install node@9.5.0
782 782
     if [ ! "$?" = "0" ]; then
783 783
         echo $'Failed to install local nodejs version 9.5.0'
784 784
         exit 54875459