In this way my past contributions are mapped correctly.
-C -
wget doesn't need or accept the `-` parameter to `-c`. This incorrect mapping causes `nvm install` to fail on a curlless OS.
Install scripts don't work in pure sh; they may work on some systems where the /bin/sh binary actually implements more than the pure Bourne Shell but fail on other ones (e.g. Ubuntu). Just using bash works.