From 108e8ad9129cb1e4a5bd9065b0245bd1df44fa19 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Wed, 27 Aug 2025 15:37:20 -0300 Subject: [PATCH] Update NetBird package versions in pfSense installation guide (#420) --- src/pages/how-to/installation/pfsense.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/how-to/installation/pfsense.mdx b/src/pages/how-to/installation/pfsense.mdx index 687f37da..e150df63 100644 --- a/src/pages/how-to/installation/pfsense.mdx +++ b/src/pages/how-to/installation/pfsense.mdx @@ -25,19 +25,19 @@ This installation is intended for early adopters while the pfSense package is un From a shell on your pfSense system, run: ```sh - fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.0/netbird-0.49.0.pkg + fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.2/netbird-0.55.1.pkg ``` 3. **Download the NetBird pfSense package** From a shell on your pfSense system, run: ```sh - fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.0/pfSense-pkg-NetBird-0.1.0.pkg + fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.2/pfSense-pkg-NetBird-0.1.0.pkg ``` 4. **Install the packages** ```sh - pkg add -f netbird-0.49.0.pkg + pkg add -f netbird-0.55.1.pkg pkg add -f pfSense-pkg-NetBird-0.1.0.pkg ``` @@ -74,7 +74,7 @@ Use this section for diagnostics and troubleshooting common connection or setup From a shell on your pfSense system, run:

```sh -pkg delete netbird-0.49.0 pfSense-pkg-NetBird-0.1.0 +pkg delete netbird-0.55.1 pfSense-pkg-NetBird-0.1.0 ```