Fixes for pfSense Installation (#7665)
* Fix URL to Python36 package * Fix URL to netdata package
James Mills committed
Jan 13, 2020 at 23:20 UTC
cdb4ac344771f24a854081ebdebf79dc53f933bd
1 file changed
+2
-2
packaging/installer/README.md
+2
-2
@@ -368,9 +368,9 @@ pkg install bash
368
pkg install e2fsprogs-libuuid
369
pkg install libuv
370
pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/Judy-1.0.5_2.txz
371
-pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/python36-3.6.9.txz
371
+pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/python37-3.7.6.txz
372
ln -s /usr/local/lib/libjson-c.so /usr/local/lib/libjson-c.so.4
373
-pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.17.1.txz
373
+pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.19.0.txz
374
```
375
**Note:** If you receive a ` Not Found` error during the last two commands above, you will either need to manually look in the [repo folder](http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/) for the latest available package and use its URL instead, or you can try manually changing the netdata version in the URL to the latest version.
376