From 161ca39a89bcb84a398162f848dcb7ca408944b5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Feb 2018 15:24:35 +0000 Subject: [PATCH] Missing command --- src/freedombone-app-peertube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-peertube b/src/freedombone-app-peertube index b0043010..db4dbc23 100755 --- a/src/freedombone-app-peertube +++ b/src/freedombone-app-peertube @@ -778,7 +778,7 @@ function install_peertube { exit 45465774 fi alias npm-exec='PATH=$(npm bin):$PATH' - npm-exec install node@9.5.0 + npm-exec npm install node@9.5.0 if [ ! "$?" = "0" ]; then echo $'Failed to install local nodejs version 9.5.0' exit 54875459