diff --git a/install_netdata b/install_netdata index fab3759..3fc39d3 100644 --- a/install_netdata +++ b/install_netdata @@ -25,9 +25,6 @@ function checkfornodejsrpm { function installnodeJS { if [ "$usenvm" == "n" ]; then if [ -e "$HOME/.nvm" ]; then - echo "NVM for Node.JS is installed...Skipping RPM Package Installation!" - nodejs="" - else if [ -z "$(checkfornodejsrpm)" ]; then rm -f /usr/bin/node fi