diff --git a/setup-min.sh b/setup-min.sh index 08723f2..89f691f 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -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 "" \ No newline at end of file