summaryrefslogtreecommitdiffstats
path: root/packaging/installer
diff options
context:
space:
mode:
authorIceCodeNew <32576256+IceCodeNew@users.noreply.github.com>2020-04-21 07:34:40 +0800
committerGitHub <noreply@github.com>2020-04-21 09:34:40 +1000
commit021dd8518709f4c04a79014979f7b6469b4dd9f7 (patch)
tree7d14f83854924bd5e9a288ceab0dc4f0d5074665 /packaging/installer
parentc226f1b42ab935870a32ea6408699e7af1768a27 (diff)
Improved offline installation instructions (#8680)
0. Amend an incorrect command in the document, also correct the link to _install-required-packages.sh_ script. 1. Make the parts of the example command that need to be filled by the user be clearly separated from other parts.
Diffstat (limited to 'packaging/installer')
-rw-r--r--packaging/installer/methods/offline.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/installer/methods/offline.md b/packaging/installer/methods/offline.md
index c512e28887..adb829d139 100644
--- a/packaging/installer/methods/offline.md
+++ b/packaging/installer/methods/offline.md
@@ -34,7 +34,7 @@ curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "bro
curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "browser_download_url.*txt" | cut -d '"' -f 4 | wget -qi -
# Netdata dependency handling script
-curl -s https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh | wget -qi -
+wget -q - https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh
# go.d plugin
# For binaries for OS types and architectures not listed on [go.d releases](https://github.com/netdata/go.d.plugin/releases/latest), kindly open a github issue and we will do our best to serve your request
@@ -70,10 +70,10 @@ option requires you to specify the location and names of the files you just down
```bash
# kickstart.sh
-bash kickstart.sh --local-files /tmp/netdata-version-number-here.tar.gz /tmp/sha256sums.txt /tmp/go.d-binary-filename.tar.gz /tmp/config.tar.gz /tmp/install-required-packages.sh
+bash kickstart.sh --local-files /tmp/netdata-(version-number-here).tar.gz /tmp/sha256sums.txt /tmp/go.d.plugin-(version-number-here).(OS)-(architecture).tar.gz /tmp/config.tar.gz /tmp/install-required-packages.sh
# kickstart-static64.sh
-bash kickstart-static64.sh --local-files /tmp/netdata-version-number-here.gz.run /tmp/sha256sums.txt
+bash kickstart-static64.sh --local-files /tmp/netdata-(version-number-here).gz.run /tmp/sha256sums.txt
```
Now that Netdata is installed, be sure to visit our [getting started guide](../../../docs/getting-started.md) for a