Don't install yarn

This commit is contained in:
Bob Mottram 2017-06-08 18:54:48 +01:00
parent 63c02d7f20
commit aa305cf088
1 changed files with 0 additions and 5 deletions

View File

@ -693,11 +693,6 @@ function install_koel {
fi
fi
npm install -g yarn
yarn install
if [ ! "$?" = "0" ]; then
echo $"Can't install yarn"
exit 682427
fi
php composer.phar install
npm install