@cryptotaxi247 / netdata-1 / commits / 6b357e88c

Fix installation type command (#15351)

* the previous grep pattern no longer works * keepting the old pattern for backwards compatibility

Hugo Valente committed Jul 11, 2023 at 13:36 UTC 6b357e88cca314136ffb8442772c4c08012a4326
1 file changed +1 -1
packaging/installer/UPDATE.md
+1 -1
@@ -28,7 +28,7 @@ The exact update method to use depends on the install type:
28 Starting with netdata v1.33.0, you can use Netdata itself to determine the installation type by running:
29
30 ```bash
31 -netdata -W buildinfo | grep 'Install type:'
31 +netdata -W buildinfo | grep -E 'Installation Type|Install type:'
32 ```
33
34 If you are using an older version of Netdata, or the above command produces no output, you can run our one-line