This commit is contained in:
AJ ONeal 2017-06-15 19:39:46 -06:00
parent 01bc3bf064
commit 1b271ba7e5
1 changed files with 4 additions and 4 deletions

View File

@ -329,10 +329,10 @@ if [ -z "$dont_install_deps" ]; then
bash "/tmp/${INSTALL_DEPS_FILE}" "${NO_FAIL2BAN}" bash "/tmp/${INSTALL_DEPS_FILE}" "${NO_FAIL2BAN}"
# yarn # yarn
if [ -z "$(type -p yarn)" ]; then #if [ -z "$(type -p yarn)" ]; then
echo "installing yarn..." # echo "installing yarn..."
npm install --silent yarn -g > /dev/null # npm install --silent yarn -g > /dev/null
fi #fi
# jshint # jshint
if [ -z "$(type -p jshint)" ]; then if [ -z "$(type -p jshint)" ]; then