summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHugo Valente <82235632+hugovalente-pm@users.noreply.github.com>2023-07-11 13:36:18 +0100
committerGitHub <noreply@github.com>2023-07-11 13:36:18 +0100
commit6b357e88cca314136ffb8442772c4c08012a4326 (patch)
tree2726280c80a5f689fcb48ae9496adb92fe229f45 /packaging
parent2c0af153d71d8d28d0803a32350b0e3d89cc83dd (diff)
Fix installation type command (#15351)
* the previous grep pattern no longer works * keepting the old pattern for backwards compatibility
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/UPDATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/UPDATE.md b/packaging/installer/UPDATE.md
index 0a425c523b..492f464e40 100644
--- a/packaging/installer/UPDATE.md
+++ b/packaging/installer/UPDATE.md
@@ -28,7 +28,7 @@ The exact update method to use depends on the install type:
Starting with netdata v1.33.0, you can use Netdata itself to determine the installation type by running:
```bash
-netdata -W buildinfo | grep 'Install type:'
+netdata -W buildinfo | grep -E 'Installation Type|Install type:'
```
If you are using an older version of Netdata, or the above command produces no output, you can run our one-line