forked from coolaj86/node-installer.sh
Update setup-min.sh
This commit is contained in:
parent
4011161397
commit
2cfa00cced
|
@ -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 ""
|
Loading…
Reference in New Issue