node-pi-zero
node-pi-zero copied to clipboard
Too many symlinks
Why do your scripts make 4 symlinks to /opt/nodejs/node? What's wrong with just one? /usr/local/bin/node should be sufficient, no? Same thing for npm.
Also, why not use ln -sf ... instead of unlink and ln ...?
Thanks for the feedback @cinderblock. Its the kind of feedback i like, reducing code. Will take a look when i have a moment.