Update install_netdata

This commit is contained in:
LPJon
2023-08-31 03:08:47 -05:00
committed by GitHub
parent af33a1d187
commit bb4ade3f3d

View File

@@ -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