Missing command

This commit is contained in:
Bob Mottram 2018-02-09 15:24:35 +00:00
parent 12b95f0e76
commit 161ca39a89
1 changed files with 1 additions and 1 deletions

View File

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