@cryptotaxi247 / netdata-1 / commits / 4fe73bfd4

Update pfsense.md package install instructions (#15250)

Marcus Yanello committed Jun 26, 2023 at 07:39 UTC 4fe73bfd446bc8ce2fd20c40819cda6b28324c90
1 file changed +16 -15
packaging/installer/methods/pfsense.md
+16 -15
@@ -18,7 +18,8 @@ learn_rel_path: "Installation/Install on specific environments"
18
19 ## Install prerequisites/dependencies
20
21 -To install Netdata on pfSense, first run the following command (within a shell or under the **Diagnostics/Command**
21 +To install Netdata on pfSense, first enable the [FreeBSD package repo](https://docs.netgate.com/pfsense/en/latest/recipes/freebsd-pkg-repo.html)
22 +Then run the following command (within a shell or under the **Diagnostics/Command**
23 prompt within the pfSense web interface).
24
25 ```bash
@@ -28,22 +29,22 @@ pkg install -y pkgconf bash e2fsprogs-libuuid libuv nano
29 Then run the following commands to download various dependencies from the FreeBSD repository.
30
31 ```sh
31 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/json-c-0.15_1.txz
32 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-certifi-2021.10.8.txz
33 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-asn1crypto-1.4.0.txz
34 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-pycparser-2.20.txz
35 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-cffi-1.14.6.txz
36 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-six-1.16.0.txz
37 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-cryptography-3.3.2.txz
38 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-idna-2.10.txz
39 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-openssl-20.0.1.txz
40 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-pysocks-1.7.1.txz
41 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-urllib3-1.26.7,1.txz
42 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-yaml-5.4.1.txz
32 +pkg install json-c-0.15_1
33 +pkg install py39-certifi-2023.5.7
34 +pkg install py39-asn1crypto
35 +pkg install py39-pycparser
36 +pkg install py39-cffi
37 +pkg install py39-six
38 +pkg install py39-cryptography
39 +pkg install py39-idna
40 +pkg install py39-openssl
41 +pkg install py39-pysocks
42 +pkg install py39-urllib3
43 +pkg install py39-yaml
44 ```
45
46 > ⚠️ If any of the above commands return a `Not Found` error, you need to manually search for the latest package in the
46 -> [FreeBSD repository](https://www.freebsd.org/ports/). Search for the package's name, such as `py37-cffi`, find the
47 +> [FreeBSD repository](https://www.freebsd.org/ports/) or by running `pkg search`. Search for the package's name, such as `py37-cffi`, find the
48 > latest version number, and update the command accordingly.
49
50 > ⚠️ On pfSense 2.4.5, Python version 3.7 may be installed by the system, in which case you should should not install
@@ -58,7 +59,7 @@ pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/py38-yaml-5.4.1.txz
59 You can now install Netdata from the FreeBSD repository.
60
61 ```bash
61 -pkg add http://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/netdata-1.31.0_1.txz
62 +pkg install netdata
63 ```
64
65 > ⚠️ If the above command returns a `Not Found` error, you need to manually search for the latest version of Netdata in