From a7baadb7f3cdd020beee095457f897c0698e7167 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Apr 2021 18:30:42 +0200 Subject: Adding upstream version 1.30.1. Signed-off-by: Daniel Baumann --- netdata-installer.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index c7867243a..2bc9abc51 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -68,7 +68,7 @@ if [ -z "${TMPDIR}" ] || _cannot_use_tmpdir "${TMPDIR}"; then if _cannot_use_tmpdir /tmp; then if _cannot_use_tmpdir "${PWD}"; then echo >&2 - echo >&2 "Unable to find a usable temprorary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." + echo >&2 "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." exit 1 else TMPDIR="${PWD}" @@ -209,7 +209,7 @@ USAGE: ${PROGRAM} [options] are: systemd, interval, crontab --stable-channel Use packages from GitHub release pages instead of GCS (nightly updates). This results in less frequent updates. - --nightly-channel Use most recent nightly udpates instead of GitHub releases. + --nightly-channel Use most recent nightly updates instead of GitHub releases. This results in more frequent updates. --disable-go Disable installation of go.d.plugin. --disable-ebpf Disable eBPF Kernel plugin (Default: enabled) @@ -239,7 +239,7 @@ USAGE: ${PROGRAM} [options] --zlib-is-really-here or --libs-are-really-here If you get errors about missing zlib or libuuid but you know it is available, you might have a broken pkg-config. Use this option to proceed without checking pkg-config. - --disable-telemetry Use this flag to opt-out from our anonymous telemetry progam. (DO_NOT_TRACK=1) + --disable-telemetry Use this flag to opt-out from our anonymous telemetry program. (DO_NOT_TRACK=1) Netdata will by default be compiled with gcc optimization -O2 If you need to pass different CFLAGS, use something like this: @@ -250,7 +250,7 @@ If you also need to provide different LDFLAGS, use something like this: LDFLAGS="" ${PROGRAM} [options] -or use the following if both LDFLAGS and CFLAGS need to be overriden: +or use the following if both LDFLAGS and CFLAGS need to be overridden: CFLAGS="" LDFLAGS="" ${PROGRAM} [options] -- cgit v1.2.3