I am running node.js on my Debian Linux server and I am having problems running a .sh script trying to install RPM.
Team:
curl http://npmjs.org/install.sh | sh
script is a supported installation RPM package.
-bash: sh: Syntax error: newline unexpected
Can someone help me fix this?
source
share