Update install_netdata

made variable nodejs a global variable
This commit is contained in:
LPJon
2023-08-31 01:57:48 -05:00
committed by GitHub
parent b33a4cdf27
commit 97ab684ab6

View File

@@ -12,6 +12,7 @@
usenvm=n
# Version of Node.js to install. DEFAULT = 16.18.1
nodeversion=16.18.1
nodejs=
function getsystemnodeversion {
if [ -e "/usr/bin/node" ]; then