Update freebsd.md (#10005)
Install most recent version as of today. Also install ``gmake`` as required permission (installation fails without this).
Andreas Kaiser committed
Sep 30, 2020 at 15:42 UTC
2e40a3eace0146a233b52322534e888d669afb68
1 file changed
+2
-2
packaging/installer/methods/freebsd.md
+2
-2
@@ -13,13 +13,13 @@ This is how to install the latest Netdata version on FreeBSD:
13
Install required packages (**need root permission**):
14
15
```sh
16
-pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c cmake
16
+pkg install bash e2fsprogs-libuuid git curl autoconf automake pkgconf pidof Judy liblz4 libuv json-c cmake gmake
17
```
18
19
Download Netdata:
20
21
```sh
22
-fetch https://github.com/netdata/netdata/releases/download/v1.22.1/netdata-v1.22.1.tar.gz
22
+fetch https://github.com/netdata/netdata/releases/download/v1.25.0/netdata-v1.25.0.tar.gz
23
```
24
25
Unzip the downloaded file: