Update setup-min.sh

This commit is contained in:
AJ ONeal 2017-05-08 16:20:59 +00:00
parent 4011161397
commit 2cfa00cced
1 changed files with 3 additions and 1 deletions

View File

@ -233,4 +233,6 @@ if [ -n "${NODEJS_VER}" ]; then
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
fi
echo ""
sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules
echo ""