mirror of
https://github.com/LPJon/cwpfixes.git
synced 2026-09-10 22:20:47 -05:00
Update install_netdata
added opt out of telemetry
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
usenvm=n
|
usenvm=n
|
||||||
# Version of Node.js to install. DEFAULT = 16.18.1
|
# Version of Node.js to install. DEFAULT = 16.18.1
|
||||||
nodeversion=16.18.1
|
nodeversion=16.18.1
|
||||||
|
telemetryoptout="--disable-telemetry"
|
||||||
nodejs=
|
nodejs=
|
||||||
|
|
||||||
function getsystemnodeversion {
|
function getsystemnodeversion {
|
||||||
@@ -98,7 +99,7 @@ git clone https://github.com/firehol/netdata.git --depth=1 /usr/local/src/netdat
|
|||||||
|
|
||||||
if [ -e "/usr/local/src/netdata" ];then
|
if [ -e "/usr/local/src/netdata" ];then
|
||||||
cd /usr/local/src/netdata
|
cd /usr/local/src/netdata
|
||||||
./netdata-installer.sh --disable-cloud --dont-wait
|
./netdata-installer.sh $telemetryoptout --disable-cloud --dont-wait
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Apache
|
# Apache
|
||||||
|
|||||||
Reference in New Issue
Block a user