Update setup-node-ubuntu.bash

This commit is contained in:
richdex14 2017-09-04 11:39:30 -06:00
parent 28c1ad8484
commit 351056f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if [ -n "${NODEJS_VER}" ]; then
rm ${NODEJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md}
echo "$node_install_path"
echo "${NODEJS_UNTAR}"
sudo rsync -a "${NODEJS_UNTAR}/" "$node_install_path/"
sudo rsync -av "${NODEJS_UNTAR}/" "$node_install_path/"
echo "Done copying"
sudo chown -R $(whoami) "$node_install_path/lib/node_modules/"