Browse Source

Install netdata by default

content-update
xpetit 4 years ago
parent
commit
5f392489fb
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -147,7 +147,7 @@ rm go1.15.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile
# Netdata
# bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --no-updates --stable-channel --disable-telemetry
bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --no-updates --stable-channel --disable-telemetry --dont-wait
# Caddy
tmpdir=$(mktemp -d)

Loading…
Cancel
Save