mirror of
https://github.com/LPJon/cwpfixes.git
synced 2026-09-10 22:20:47 -05:00
Update install_netdata
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user