Install peertube
This commit is contained in:
parent
158ef5f277
commit
4fcb68be28
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue