Install peertube

This commit is contained in:
Bob Mottram 2017-11-29 22:33:21 +00:00
parent 158ef5f277
commit 4fcb68be28
1 changed files with 5 additions and 0 deletions

View File

@ -535,6 +535,11 @@ function install_peertube {
echo $'Failed to run yarn install'
exit 63754235
fi
npm install
if [ ! "$?" = "0" ]; then
echo $'Failed to install peertube'
exit 7835243
fi
npm run build
if [ ! "$?" = "0" ]; then
echo $'Failed to build peertube'