summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorJames Mills <1290234+prologic@users.noreply.github.com>2020-01-13 23:20:46 +0200
committerGitHub <noreply@github.com>2020-01-13 23:20:46 +0200
commitcdb4ac344771f24a854081ebdebf79dc53f933bd (patch)
tree41deb8a8343494dd61f0bd91653c75aa2f6d8052 /packaging/installer/README.md
parentc1d91ad8ddfa2f9da67f0921fd8fa53b52d3cfc2 (diff)
Fixes for pfSense Installation (#7665)
* Fix URL to Python36 package * Fix URL to netdata package
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index a71535b8c0..5a7881d065 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -368,9 +368,9 @@ pkg install bash
pkg install e2fsprogs-libuuid
pkg install libuv
pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/Judy-1.0.5_2.txz
-pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/python36-3.6.9.txz
+pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/python37-3.7.6.txz
ln -s /usr/local/lib/libjson-c.so /usr/local/lib/libjson-c.so.4
-pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.17.1.txz
+pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/netdata-1.19.0.txz
```
**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.